3 references to DestroyStructure
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
83
if (!_arrangedAfterFormat && (!_document.StructuralCache.ForceReformat || !_document.StructuralCache.
DestroyStructure
))
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
181
Debug.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
);