2 implementations of OnContentInvalidated
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
298
void IFlowDocumentFormatter.
OnContentInvalidated
(bool affectsLayout)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1086
void 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)
116
formatter.
OnContentInvalidated
(true);
System\Windows\Documents\FlowDocument.cs (3)
759
_formatter?.
OnContentInvalidated
(true);
808
_formatter.
OnContentInvalidated
(!affectsRender);
1250
fd._formatter.
OnContentInvalidated
(true);