6 overrides of InvalidateFormatCache
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1018
internal override void
InvalidateFormatCache
()
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
470
internal override void
InvalidateFormatCache
()
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
639
internal override void
InvalidateFormatCache
()
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (1)
713
internal override void
InvalidateFormatCache
()
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
472
internal override void
InvalidateFormatCache
()
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1264
internal override void
InvalidateFormatCache
()
6 references to InvalidateFormatCache
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1023
para.
InvalidateFormatCache
();
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
474
_mainTextSegment.
InvalidateFormatCache
();
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
643
_mainTextSegment.
InvalidateFormatCache
();
src\Framework\MS\Internal\PtsHost\Section.cs (1)
440
_mainTextSegment.
InvalidateFormatCache
();
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (1)
717
_mainTextSegment.
InvalidateFormatCache
();
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1273
_attachedObjects[index].Para.
InvalidateFormatCache
();