5 implementations of OnChildDesiredSizeChanged
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
220void IContentHost.OnChildDesiredSizeChanged(UIElement child)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1220void IContentHost.OnChildDesiredSizeChanged(UIElement child)
MS\Internal\PtsHost\PageVisual.cs (1)
150void IContentHost.OnChildDesiredSizeChanged(UIElement child)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
489public void OnChildDesiredSizeChanged(UIElement child)
System\Windows\Controls\TextBlock.cs (1)
100void IContentHost.OnChildDesiredSizeChanged(UIElement child)
6 references to OnChildDesiredSizeChanged
PresentationCore (2)
System\Windows\UIElement.cs (2)
703ich.OnChildDesiredSizeChanged(this); 3062ich.OnChildDesiredSizeChanged(this);
PresentationFramework (4)
MS\Internal\Documents\UIElementIsland.cs (1)
218/// <see cref="IContentHost.OnChildDesiredSizeChanged"/>
MS\Internal\PtsHost\PageVisual.cs (2)
148/// <see cref="IContentHost.OnChildDesiredSizeChanged"/> 155host.OnChildDesiredSizeChanged(child);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
493_basePage.OnChildDesiredSizeChanged(child);