2 implementations of OnContentInvalidated
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
306void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1107void IFlowDocumentFormatter.OnContentInvalidated(bool affectsLayout)
5 references to OnContentInvalidated
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
332((IFlowDocumentFormatter)this).OnContentInvalidated(affectsLayout);
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
119formatter.OnContentInvalidated(true);
src\Framework\System\Windows\Documents\FlowDocument.cs (3)
767_formatter?.OnContentInvalidated(true); 816_formatter.OnContentInvalidated(!affectsRender); 1258fd._formatter.OnContentInvalidated(true);