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)
76
if (_document.StructuralCache.
IsFormattedOnce
)
371
_document.StructuralCache.
IsFormattedOnce
&&
src\Framework\System\Windows\Documents\FlowDocument.cs (6)
792
if (_structuralCache != null && _structuralCache.
IsFormattedOnce
)
950
if (_structuralCache != null && _structuralCache.
IsFormattedOnce
&& !_structuralCache.ForceReformat)
1250
if (fd._structuralCache != null && fd._structuralCache.
IsFormattedOnce
)
1399
Invariant.Assert(_structuralCache != null && _structuralCache.
IsFormattedOnce
, "Unexpected Highlights.Changed callback before first format!");
1453
Invariant.Assert(_structuralCache != null && _structuralCache.
IsFormattedOnce
, "Unexpected TextContainer.Changing callback before first format!");
1479
Invariant.Assert(_structuralCache != null && _structuralCache.
IsFormattedOnce
, "Unexpected TextContainer.Change callback before first format!");