10 references to FormattingOwner
PresentationFramework (10)
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
272DependencyObject frameworkParent = FrameworkElement.GetFrameworkParent(_structuralCache.FormattingOwner); 294return ie ?? _structuralCache.FormattingOwner as IInputElement; 401_structuralCache.FormattingOwner.OnChildDesiredSizeChanged(child); 734layoutDataValid = _structuralCache.FormattingOwner.IsLayoutDataValid;
MS\Internal\PtsHost\ListParaClient.cs (1)
108LineProperties lineProps = new LineProperties(Paragraph.Element, Paragraph.StructuralCache.FormattingOwner, textProperties, new MarkerProperties(list, adjustedIndex));
MS\Internal\PtsHost\PtsPage.cs (1)
255FlowDocument formattingOwner = _section.StructuralCache.FormattingOwner;
MS\Internal\PtsHost\TableParagraph.cs (1)
553StructuralCache.FormattingOwner.Formatter?.OnContentInvalidated(true, Table.ContentStart, Table.ContentEnd);
MS\Internal\PtsHost\TextParagraph.cs (2)
1420StructuralCache.FormattingOwner.OnChildDesiredSizeChanged(e.Child); 1495_lineProperties = new LineProperties(Element, StructuralCache.FormattingOwner, defaultTextProperties, null); // No marker properties
MS\Internal\PtsHost\UIElementParagraph.cs (1)
486StructuralCache.FormattingOwner.OnChildDesiredSizeChanged(e.Child);