2 implementations of OnContentInvalidated
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
330
void IFlowDocumentFormatter.
OnContentInvalidated
(bool affectsLayout, ITextPointer start, ITextPointer end)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1125
void IFlowDocumentFormatter.
OnContentInvalidated
(bool affectsLayout, ITextPointer start, ITextPointer end)
4 references to OnContentInvalidated
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
573
StructuralCache.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);