2 writes to _currentPage
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
639
_owner.
_currentPage
= page;
657
_owner.
_currentPage
= null;
9 references to _currentPage
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (9)
133
if (
_currentPage
!= null)
388
get { return
_currentPage
!= null && !
_currentPage
.FinitePage; }
636
Invariant.Assert(owner.
_currentPage
== null, "Page formatting reentrancy detected. Trying to create second _DocumentPageContext for the same StructuralCache.");
649
Invariant.Assert(_owner.
_currentPage
!= null, "DocumentPageContext is already disposed.");
664
internal Size DocumentPageSize { get { return _owner.
_currentPage
.Size; } }
669
internal Thickness DocumentPageMargin { get { return _owner.
_currentPage
.Margin; } }
708
_owner.
_currentPage
.OnFormatLine();
780
internal TextPointer DependentMax { set { _owner.
_currentPage
.DependentMax = value; } }