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)
61if (_document.StructuralCache.IsContentChangeInProgress) 365!_document.StructuralCache.IsContentChangeInProgress &&
MS\Internal\Documents\FlowDocumentPaginator.cs (4)
81if (_document.StructuralCache.IsContentChangeInProgress) 154if (_document.StructuralCache.IsContentChangeInProgress) 297if (_document.StructuralCache.IsContentChangeInProgress) 1131return !_document.StructuralCache.IsContentChangeInProgress;