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)
62if (_document.StructuralCache.IsContentChangeInProgress) 366!_document.StructuralCache.IsContentChangeInProgress &&
MS\Internal\Documents\FlowDocumentPaginator.cs (4)
82if (_document.StructuralCache.IsContentChangeInProgress) 155if (_document.StructuralCache.IsContentChangeInProgress) 298if (_document.StructuralCache.IsContentChangeInProgress) 1132return !_document.StructuralCache.IsContentChangeInProgress;