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