2 implementations of OnContentInvalidated
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
297
void IFlowDocumentFormatter.
OnContentInvalidated
(bool affectsLayout)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1085
void 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)
115
formatter.
OnContentInvalidated
(true);
System\Windows\Documents\FlowDocument.cs (3)
758
_formatter?.
OnContentInvalidated
(true);
805
_formatter?.
OnContentInvalidated
(!affectsRender);
1241
fd._formatter?.
OnContentInvalidated
(true);