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)
83if (!_arrangedAfterFormat && (!_document.StructuralCache.ForceReformat || !_document.StructuralCache.DestroyStructure)) 372!_document.StructuralCache.ForceReformat &&
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
127if (_section.StructuralCache.ForceReformat) 178if (_section.StructuralCache.ForceReformat)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
950if (_structuralCache != null && _structuralCache.IsFormattedOnce && !_structuralCache.ForceReformat)