11 references to FormattingOwner
PresentationFramework (11)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (4)
283
DependencyObject frameworkParent = FrameworkElement.GetFrameworkParent(_structuralCache.
FormattingOwner
);
305
return (ie != null) ? ie : _structuralCache.
FormattingOwner
as IInputElement;
412
_structuralCache.
FormattingOwner
.OnChildDesiredSizeChanged(child);
764
layoutDataValid = _structuralCache.
FormattingOwner
.IsLayoutDataValid;
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
123
LineProperties lineProps = new LineProperties(Paragraph.Element, Paragraph.StructuralCache.
FormattingOwner
, textProperties, new MarkerProperties(list, adjustedIndex));
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
271
FlowDocument formattingOwner = _section.StructuralCache.
FormattingOwner
;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (2)
571
if (StructuralCache.
FormattingOwner
.Formatter != null)
573
StructuralCache.
FormattingOwner
.Formatter.OnContentInvalidated(true, Table.ContentStart, Table.ContentEnd);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1458
StructuralCache.
FormattingOwner
.OnChildDesiredSizeChanged(e.Child);
1533
_lineProperties = new LineProperties(Element, StructuralCache.
FormattingOwner
, defaultTextProperties, null); // No marker properties
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
481
StructuralCache.
FormattingOwner
.OnChildDesiredSizeChanged(e.Child);