2 implementations of OnContentInvalidated
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
297void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1085void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout)
5 references to OnContentInvalidated
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
323((IFlowDocumentFormatter)this).OnContentInvalidated(affectsLayout);
MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
115formatter.OnContentInvalidated(true);
System\Windows\Documents\FlowDocument.cs (3)
758_formatter?.OnContentInvalidated(true); 805_formatter?.OnContentInvalidated(!affectsRender); 1241fd._formatter?.OnContentInvalidated(true);