2 writes to _currentPage
PresentationFramework (2)
MS\Internal\PtsHost\StructuralCache.cs (2)
629_owner._currentPage = page; 647_owner._currentPage = null;
9 references to _currentPage
PresentationFramework (9)
MS\Internal\PtsHost\StructuralCache.cs (9)
123if (_currentPage != null) 378get { return _currentPage != null && !_currentPage.FinitePage; } 626Invariant.Assert(owner._currentPage == null, "Page formatting reentrancy detected. Trying to create second _DocumentPageContext for the same StructuralCache."); 639Invariant.Assert(_owner._currentPage != null, "DocumentPageContext is already disposed."); 654internal Size DocumentPageSize { get { return _owner._currentPage.Size; } } 659internal Thickness DocumentPageMargin { get { return _owner._currentPage.Margin; } } 698_owner._currentPage.OnFormatLine(); 770internal TextPointer DependentMax { set { _owner._currentPage.DependentMax = value; } }