3 references to Formatter
PresentationFramework (3)
MS\Internal\PtsHost\PtsPage.cs (1)
264if (formattingOwner.Formatter is FlowDocumentFormatter)
MS\Internal\PtsHost\TableParagraph.cs (2)
567if (StructuralCache.FormattingOwner.Formatter != null) 569StructuralCache.FormattingOwner.Formatter.OnContentInvalidated(true, Table.ContentStart, Table.ContentEnd);