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)
75if (!_arrangedAfterFormat && (!_document.StructuralCache.ForceReformat || !_document.StructuralCache.DestroyStructure)) 364!_document.StructuralCache.ForceReformat &&
MS\Internal\PtsHost\PtsPage.cs (2)
112if (_section.StructuralCache.ForceReformat) 163if (_section.StructuralCache.ForceReformat)
System\Windows\Documents\FlowDocument.cs (1)
942if (_structuralCache != null && _structuralCache.IsFormattedOnce && !_structuralCache.ForceReformat)