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