2 implementations of OnContentInvalidated
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
298void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1086void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout)
5 references to OnContentInvalidated
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
324((IFlowDocumentFormatter)this).OnContentInvalidated(affectsLayout);
MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
116formatter.OnContentInvalidated(true);
System\Windows\Documents\FlowDocument.cs (3)
759_formatter?.OnContentInvalidated(true); 808_formatter.OnContentInvalidated(!affectsRender); 1250fd._formatter.OnContentInvalidated(true);