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)
122
if (
_currentPage
!= null)
377
get { return
_currentPage
!= null && !
_currentPage
.FinitePage; }
625
Invariant.Assert(owner.
_currentPage
== null, "Page formatting reentrancy detected. Trying to create second _DocumentPageContext for the same StructuralCache.");
638
Invariant.Assert(_owner.
_currentPage
!= null, "DocumentPageContext is already disposed.");
653
internal Size DocumentPageSize { get { return _owner.
_currentPage
.Size; } }
658
internal Thickness DocumentPageMargin { get { return _owner.
_currentPage
.Margin; } }
697
_owner.
_currentPage
.OnFormatLine();
769
internal TextPointer DependentMax { set { _owner.
_currentPage
.DependentMax = value; } }