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