1 instantiation of DocumentArrangeContext
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
93
return (new
DocumentArrangeContext
(this, currentPage) as IDisposable);
2 references to DocumentArrangeContext
PresentationFramework (2)
MS\Internal\PtsHost\StructuralCache.cs (2)
296
internal
DocumentArrangeContext
CurrentArrangeContext { get { return _documentArrangeContext; } }
553
private
DocumentArrangeContext
_documentArrangeContext;