3 references to DestroyStructure
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
83if (!_arrangedAfterFormat && (!_document.StructuralCache.ForceReformat || !_document.StructuralCache.DestroyStructure))
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
181Debug.Assert(breakRecord == null || !_section.StructuralCache.DestroyStructure, "Cannot format from dirty break record unless StructuralCache.DestroyStructure is not set."); 187_section.StructuralCache.ClearUpdateInfo(/*destroy structure cache:*/ _section.StructuralCache.DestroyStructure);