1 write to IsFormattedOnce
PresentationFramework (1)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1004_structuralCache.IsFormattedOnce = false;
8 references to IsFormattedOnce
PresentationFramework (8)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (2)
76if (_document.StructuralCache.IsFormattedOnce) 371_document.StructuralCache.IsFormattedOnce &&
src\Framework\System\Windows\Documents\FlowDocument.cs (6)
792if (_structuralCache != null && _structuralCache.IsFormattedOnce) 950if (_structuralCache != null && _structuralCache.IsFormattedOnce && !_structuralCache.ForceReformat) 1250if (fd._structuralCache != null && fd._structuralCache.IsFormattedOnce) 1399Invariant.Assert(_structuralCache != null && _structuralCache.IsFormattedOnce, "Unexpected Highlights.Changed callback before first format!"); 1453Invariant.Assert(_structuralCache != null && _structuralCache.IsFormattedOnce, "Unexpected TextContainer.Changing callback before first format!"); 1479Invariant.Assert(_structuralCache != null && _structuralCache.IsFormattedOnce, "Unexpected TextContainer.Change callback before first format!");