1 write to ForceReformat
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
263
_structuralCache.
ForceReformat
= true;
5 references to ForceReformat
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (2)
83
if (!_arrangedAfterFormat && (!_document.StructuralCache.
ForceReformat
|| !_document.StructuralCache.DestroyStructure))
372
!_document.StructuralCache.
ForceReformat
&&
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
127
if (_section.StructuralCache.
ForceReformat
)
178
if (_section.StructuralCache.
ForceReformat
)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
950
if (_structuralCache != null && _structuralCache.IsFormattedOnce && !_structuralCache.
ForceReformat
)