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