2 writes to IsContentChangeInProgress
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
1464
_structuralCache.
IsContentChangeInProgress
= true;
1530
_structuralCache.
IsContentChangeInProgress
= false;
6 references to IsContentChangeInProgress
PresentationFramework (6)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (2)
70
if (_document.StructuralCache.
IsContentChangeInProgress
)
374
!_document.StructuralCache.
IsContentChangeInProgress
&&
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (4)
91
if (_document.StructuralCache.
IsContentChangeInProgress
)
164
if (_document.StructuralCache.
IsContentChangeInProgress
)
313
if (_document.StructuralCache.
IsContentChangeInProgress
)
1153
return !_document.StructuralCache.
IsContentChangeInProgress
;