2 writes to _currentPage
PresentationFramework (2)
MS\Internal\PtsHost\StructuralCache.cs (2)
628_owner._currentPage = page; 646_owner._currentPage = null;
9 references to _currentPage
PresentationFramework (9)
MS\Internal\PtsHost\StructuralCache.cs (9)
122if (_currentPage != null) 377get { return _currentPage != null && !_currentPage.FinitePage; } 625Invariant.Assert(owner._currentPage == null, "Page formatting reentrancy detected. Trying to create second _DocumentPageContext for the same StructuralCache."); 638Invariant.Assert(_owner._currentPage != null, "DocumentPageContext is already disposed."); 653internal Size DocumentPageSize { get { return _owner._currentPage.Size; } } 658internal Thickness DocumentPageMargin { get { return _owner._currentPage.Margin; } } 697_owner._currentPage.OnFormatLine(); 769internal TextPointer DependentMax { set { _owner._currentPage.DependentMax = value; } }