Method | Description | |
---|---|---|
OnNeedMeasure ( object sender, |
Raises the NeedMeasure event.
|
|
OnNeedMeasureOnChanged ( |
Invoked when a property change requires a measure to occur.
|
protected OnNeedMeasure ( object sender, |
||
sender | object | Source instance. |
e | An EventArgs containing the event data. | |
return | void |
protected static OnNeedMeasureOnChanged ( |
||
d | Owning object. | |
e | System.Windows.DependencyPropertyChangedEventArgs | Details of property that has changed. |
return | void |