6 overrides of InvalidateFormatCache
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1018internal override void InvalidateFormatCache()
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
470internal override void InvalidateFormatCache()
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
639internal override void InvalidateFormatCache()
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (1)
713internal override void InvalidateFormatCache()
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
472internal override void InvalidateFormatCache()
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1264internal override void InvalidateFormatCache()
6 references to InvalidateFormatCache
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1023para.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();