5 implementations of OnChildDesiredSizeChanged
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
219
void IContentHost.
OnChildDesiredSizeChanged
(UIElement child)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1210
void IContentHost.
OnChildDesiredSizeChanged
(UIElement child)
MS\Internal\PtsHost\PageVisual.cs (1)
148
void IContentHost.
OnChildDesiredSizeChanged
(UIElement child)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
492
public void
OnChildDesiredSizeChanged
(UIElement child)
System\Windows\Controls\TextBlock.cs (1)
97
void IContentHost.
OnChildDesiredSizeChanged
(UIElement child)
6 references to OnChildDesiredSizeChanged
PresentationCore (2)
System\Windows\UIElement.cs (2)
698
ich?.
OnChildDesiredSizeChanged
(this);
3053
ich?.
OnChildDesiredSizeChanged
(this);
PresentationFramework (4)
MS\Internal\Documents\UIElementIsland.cs (1)
217
/// <see cref="IContentHost.
OnChildDesiredSizeChanged
"/>
MS\Internal\PtsHost\PageVisual.cs (2)
146
/// <see cref="IContentHost.
OnChildDesiredSizeChanged
"/>
151
host?.
OnChildDesiredSizeChanged
(child);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
494
_basePage?.
OnChildDesiredSizeChanged
(child);