1 write to ForceReformat
PresentationFramework (1)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
252_structuralCache.ForceReformat = true;
5 references to ForceReformat
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
74if (!_arrangedAfterFormat && (!_document.StructuralCache.ForceReformat || !_document.StructuralCache.DestroyStructure)) 363!_document.StructuralCache.ForceReformat &&
MS\Internal\PtsHost\PtsPage.cs (2)
111if (_section.StructuralCache.ForceReformat) 162if (_section.StructuralCache.ForceReformat)
System\Windows\Documents\FlowDocument.cs (1)
938if (_structuralCache != null && _structuralCache.IsFormattedOnce && !_structuralCache.ForceReformat)