2 implementations of OnContentInvalidated
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
330void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout, ITextPointer start, ITextPointer end)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1125void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout, ITextPointer start, ITextPointer end)
4 references to OnContentInvalidated
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
573StructuralCache.FormattingOwner.Formatter.OnContentInvalidated(true, Table.ContentStart, Table.ContentEnd);
src\Framework\System\Windows\Documents\FlowDocument.cs (3)
981_formatter.OnContentInvalidated(true, childStart, childEnd); 1432_formatter.OnContentInvalidated(false, textSegment.Start, textSegment.End); 1524_formatter.OnContentInvalidated(!args.AffectsRenderOnly, args.ITextPosition, segmentEnd);