5 references to OnChildDesiredSizeChanged
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
412
_structuralCache.FormattingOwner.
OnChildDesiredSizeChanged
(child);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1458
StructuralCache.FormattingOwner.
OnChildDesiredSizeChanged
(e.Child);
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
481
StructuralCache.FormattingOwner.
OnChildDesiredSizeChanged
(e.Child);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3723
fd.
OnChildDesiredSizeChanged
((UIElement)d);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1217
OnChildDesiredSizeChanged
(arg as UIElement);