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