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