6 overrides of InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
972internal override void InvalidateFormatCache()
MS\Internal\PtsHost\FigureParagraph.cs (1)
447internal override void InvalidateFormatCache()
MS\Internal\PtsHost\FloaterParagraph.cs (1)
621internal override void InvalidateFormatCache()
MS\Internal\PtsHost\SubpageParagraph.cs (1)
664internal override void InvalidateFormatCache()
MS\Internal\PtsHost\TableParagraph.cs (1)
455internal override void InvalidateFormatCache()
MS\Internal\PtsHost\TextParagraph.cs (1)
1227internal override void InvalidateFormatCache()
6 references to InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
977para.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();