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