6 overrides of InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
972
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\FigureParagraph.cs (1)
447
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\FloaterParagraph.cs (1)
621
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\SubpageParagraph.cs (1)
664
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\TableParagraph.cs (1)
455
internal override void
InvalidateFormatCache
()
MS\Internal\PtsHost\TextParagraph.cs (1)
1227
internal override void
InvalidateFormatCache
()
6 references to InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
977
para.
InvalidateFormatCache
();
MS\Internal\PtsHost\FigureParagraph.cs (1)
451
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\FloaterParagraph.cs (1)
625
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\Section.cs (1)
423
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\SubpageParagraph.cs (1)
668
_mainTextSegment.
InvalidateFormatCache
();
MS\Internal\PtsHost\TextParagraph.cs (1)
1236
_attachedObjects[index].Para.
InvalidateFormatCache
();