1 write to _owner
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
638_owner = owner;
13 references to _owner
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (13)
639_owner._currentPage = page; 640_owner._illegalTreeChangeDetected = false; 649Invariant.Assert(_owner._currentPage != null, "DocumentPageContext is already disposed."); 653_owner.PtsContext.Leave(); 657_owner._currentPage = null; 664internal Size DocumentPageSize { get { return _owner._currentPage.Size; } } 669internal Thickness DocumentPageMargin { get { return _owner._currentPage.Margin; } } 689_owner._documentFormatContext = this; 697_owner._documentFormatContext = null; 708_owner._currentPage.OnFormatLine(); 780internal TextPointer DependentMax { set { _owner._currentPage.DependentMax = value; } } 807_owner._documentArrangeContext = this; 839_owner._documentArrangeContext = null;