1 write to ForceReformat
PresentationFramework (1)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
253
_structuralCache.
ForceReformat
= true;
5 references to ForceReformat
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
75
if (!_arrangedAfterFormat && (!_document.StructuralCache.
ForceReformat
|| !_document.StructuralCache.DestroyStructure))
364
!_document.StructuralCache.
ForceReformat
&&
MS\Internal\PtsHost\PtsPage.cs (2)
112
if (_section.StructuralCache.
ForceReformat
)
163
if (_section.StructuralCache.
ForceReformat
)
System\Windows\Documents\FlowDocument.cs (1)
942
if (_structuralCache != null && _structuralCache.IsFormattedOnce && !_structuralCache.
ForceReformat
)