6 overrides of InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
992
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\FigureParagraph.cs (1)
456
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\FloaterParagraph.cs (1)
624
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\SubpageParagraph.cs (1)
679
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\TableParagraph.cs (1)
468
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\TextParagraph.cs (1)
1256
internal override void
InvalidateFormatCache
()
6 references to InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
997
para.
InvalidateFormatCache
();
MS\Internal\PtsHost\FigureParagraph.cs (1)
460
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\FloaterParagraph.cs (1)
628
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\Section.cs (1)
425
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\SubpageParagraph.cs (1)
683
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\TextParagraph.cs (1)
1265
_attachedObjects[index].Para.
InvalidateFormatCache
();