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