6 overrides of InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
968
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\FigureParagraph.cs (1)
443
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\FloaterParagraph.cs (1)
617
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\SubpageParagraph.cs (1)
660
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\TableParagraph.cs (1)
454
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\TextParagraph.cs (1)
1226
internal override void
InvalidateFormatCache
()
6 references to InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
973
para.
InvalidateFormatCache
();
MS\Internal\PtsHost\FigureParagraph.cs (1)
445
_mainTextSegment?.
InvalidateFormatCache
();
MS\Internal\PtsHost\FloaterParagraph.cs (1)
619
_mainTextSegment?.
InvalidateFormatCache
();
MS\Internal\PtsHost\Section.cs (1)
420
_mainTextSegment?.
InvalidateFormatCache
();
MS\Internal\PtsHost\SubpageParagraph.cs (1)
662
_mainTextSegment?.
InvalidateFormatCache
();
MS\Internal\PtsHost\TextParagraph.cs (1)
1235
_attachedObjects[index].Para.
InvalidateFormatCache
();