2 writes to IsContentChangeInProgress
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
1455
_structuralCache.
IsContentChangeInProgress
= true;
1521
_structuralCache.
IsContentChangeInProgress
= false;
6 references to IsContentChangeInProgress
PresentationFramework (6)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
62
if (_document.StructuralCache.
IsContentChangeInProgress
)
366
!_document.StructuralCache.
IsContentChangeInProgress
&&
MS\Internal\Documents\FlowDocumentPaginator.cs (4)
82
if (_document.StructuralCache.
IsContentChangeInProgress
)
155
if (_document.StructuralCache.
IsContentChangeInProgress
)
298
if (_document.StructuralCache.
IsContentChangeInProgress
)
1132
return !_document.StructuralCache.
IsContentChangeInProgress
;