6 overrides of InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
992internal override void InvalidateFormatCache()
MS\Internal\PtsHost\FigureParagraph.cs (1)
456internal override void InvalidateFormatCache()
MS\Internal\PtsHost\FloaterParagraph.cs (1)
624internal override void InvalidateFormatCache()
MS\Internal\PtsHost\SubpageParagraph.cs (1)
679internal override void InvalidateFormatCache()
MS\Internal\PtsHost\TableParagraph.cs (1)
468internal override void InvalidateFormatCache()
MS\Internal\PtsHost\TextParagraph.cs (1)
1256internal override void InvalidateFormatCache()
6 references to InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
997para.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();