1 write to IsFormattedOnce
PresentationFramework (1)
System\Windows\Documents\FlowDocument.cs (1)
996
_structuralCache.
IsFormattedOnce
= false;
8 references to IsFormattedOnce
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
68
if (_document.StructuralCache.
IsFormattedOnce
)
363
_document.StructuralCache.
IsFormattedOnce
&&
System\Windows\Documents\FlowDocument.cs (6)
784
if (_structuralCache != null && _structuralCache.
IsFormattedOnce
)
942
if (_structuralCache != null && _structuralCache.
IsFormattedOnce
&& !_structuralCache.ForceReformat)
1242
if (fd._structuralCache != null && fd._structuralCache.
IsFormattedOnce
)
1391
Invariant.Assert(_structuralCache != null && _structuralCache.
IsFormattedOnce
, "Unexpected Highlights.Changed callback before first format!");
1444
Invariant.Assert(_structuralCache != null && _structuralCache.
IsFormattedOnce
, "Unexpected TextContainer.Changing callback before first format!");
1470
Invariant.Assert(_structuralCache != null && _structuralCache.
IsFormattedOnce
, "Unexpected TextContainer.Change callback before first format!");