11 references to FormattingOwner
PresentationFramework (11)
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
273DependencyObject frameworkParent = FrameworkElement.GetFrameworkParent(_structuralCache.FormattingOwner); 295return (ie != null) ? ie : _structuralCache.FormattingOwner as IInputElement; 402_structuralCache.FormattingOwner.OnChildDesiredSizeChanged(child); 735layoutDataValid = _structuralCache.FormattingOwner.IsLayoutDataValid;
MS\Internal\PtsHost\ListParaClient.cs (1)
109LineProperties lineProps = new LineProperties(Paragraph.Element, Paragraph.StructuralCache.FormattingOwner, textProperties, new MarkerProperties(list, adjustedIndex));
MS\Internal\PtsHost\PtsPage.cs (1)
256FlowDocument formattingOwner = _section.StructuralCache.FormattingOwner;
MS\Internal\PtsHost\TableParagraph.cs (2)
559if (StructuralCache.FormattingOwner.Formatter != null) 561StructuralCache.FormattingOwner.Formatter.OnContentInvalidated(true, Table.ContentStart, Table.ContentEnd);
MS\Internal\PtsHost\TextParagraph.cs (2)
1443StructuralCache.FormattingOwner.OnChildDesiredSizeChanged(e.Child); 1518_lineProperties = new LineProperties(Element, StructuralCache.FormattingOwner, defaultTextProperties, null); // No marker properties
MS\Internal\PtsHost\UIElementParagraph.cs (1)
479StructuralCache.FormattingOwner.OnChildDesiredSizeChanged(e.Child);