2 implementations of OnContentInvalidated
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
306
void IFlowDocumentFormatter.
OnContentInvalidated
(bool affectsLayout)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
1107
void 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)
119
formatter.
OnContentInvalidated
(true);
src\Framework\System\Windows\Documents\FlowDocument.cs (3)
767
_formatter?.
OnContentInvalidated
(true);
816
_formatter.
OnContentInvalidated
(!affectsRender);
1258
fd._formatter.
OnContentInvalidated
(true);