5 implementations of OnChildDesiredSizeChanged
PresentationFramework (5)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
224void IContentHost.OnChildDesiredSizeChanged(UIElement child)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1253void IContentHost.OnChildDesiredSizeChanged(UIElement child)
src\Framework\MS\Internal\PtsHost\PageVisual.cs (1)
159void IContentHost.OnChildDesiredSizeChanged(UIElement child)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
505public void OnChildDesiredSizeChanged(UIElement child)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
116void IContentHost.OnChildDesiredSizeChanged(UIElement child)
6 references to OnChildDesiredSizeChanged
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
715ich.OnChildDesiredSizeChanged(this); 3096ich.OnChildDesiredSizeChanged(this);
PresentationFramework (4)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
222/// <see cref="IContentHost.OnChildDesiredSizeChanged"/>
src\Framework\MS\Internal\PtsHost\PageVisual.cs (2)
157/// <see cref="IContentHost.OnChildDesiredSizeChanged"/> 164host.OnChildDesiredSizeChanged(child);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
509_basePage.OnChildDesiredSizeChanged(child);