6 overrides of InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
968internal override void InvalidateFormatCache()
MS\Internal\PtsHost\FigureParagraph.cs (1)
443internal override void InvalidateFormatCache()
MS\Internal\PtsHost\FloaterParagraph.cs (1)
617internal override void InvalidateFormatCache()
MS\Internal\PtsHost\SubpageParagraph.cs (1)
660internal override void InvalidateFormatCache()
MS\Internal\PtsHost\TableParagraph.cs (1)
454internal override void InvalidateFormatCache()
MS\Internal\PtsHost\TextParagraph.cs (1)
1226internal override void InvalidateFormatCache()
6 references to InvalidateFormatCache
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
973para.InvalidateFormatCache();
MS\Internal\PtsHost\FigureParagraph.cs (1)
445_mainTextSegment?.InvalidateFormatCache();
MS\Internal\PtsHost\FloaterParagraph.cs (1)
619_mainTextSegment?.InvalidateFormatCache();
MS\Internal\PtsHost\Section.cs (1)
420_mainTextSegment?.InvalidateFormatCache();
MS\Internal\PtsHost\SubpageParagraph.cs (1)
662_mainTextSegment?.InvalidateFormatCache();
MS\Internal\PtsHost\TextParagraph.cs (1)
1235_attachedObjects[index].Para.InvalidateFormatCache();