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)
70if (_document.StructuralCache.IsContentChangeInProgress) 374!_document.StructuralCache.IsContentChangeInProgress &&
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (4)
91if (_document.StructuralCache.IsContentChangeInProgress) 164if (_document.StructuralCache.IsContentChangeInProgress) 313if (_document.StructuralCache.IsContentChangeInProgress) 1153return !_document.StructuralCache.IsContentChangeInProgress;