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