2 writes to IsContentChangeInProgress
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
1445
_structuralCache.
IsContentChangeInProgress
= true;
1508
_structuralCache.
IsContentChangeInProgress
= false;
6 references to IsContentChangeInProgress
PresentationFramework (6)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
61
if (_document.StructuralCache.
IsContentChangeInProgress
)
365
!_document.StructuralCache.
IsContentChangeInProgress
&&
MS\Internal\Documents\FlowDocumentPaginator.cs (4)
81
if (_document.StructuralCache.
IsContentChangeInProgress
)
154
if (_document.StructuralCache.
IsContentChangeInProgress
)
297
if (_document.StructuralCache.
IsContentChangeInProgress
)
1131
return !_document.StructuralCache.
IsContentChangeInProgress
;