2 implementations of OnContentInvalidated
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
321
void IFlowDocumentFormatter.
OnContentInvalidated
(bool affectsLayout, ITextPointer start, ITextPointer end)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1103
void IFlowDocumentFormatter.
OnContentInvalidated
(bool affectsLayout, ITextPointer start, ITextPointer end)
4 references to OnContentInvalidated
PresentationFramework (4)
MS\Internal\PtsHost\TableParagraph.cs (1)
553
StructuralCache.FormattingOwner.Formatter?.
OnContentInvalidated
(true, Table.ContentStart, Table.ContentEnd);
System\Windows\Documents\FlowDocument.cs (3)
967
_formatter?.
OnContentInvalidated
(true, childStart, childEnd);
1413
_formatter.
OnContentInvalidated
(false, textSegment.Start, textSegment.End);
1503
_formatter?.
OnContentInvalidated
(!args.AffectsRenderOnly, args.ITextPosition, segmentEnd);