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