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)
123
if (
_currentPage
!= null)
378
get { return
_currentPage
!= null && !
_currentPage
.FinitePage; }
626
Invariant.Assert(owner.
_currentPage
== null, "Page formatting reentrancy detected. Trying to create second _DocumentPageContext for the same StructuralCache.");
639
Invariant.Assert(_owner.
_currentPage
!= null, "DocumentPageContext is already disposed.");
654
internal Size DocumentPageSize { get { return _owner.
_currentPage
.Size; } }
659
internal Thickness DocumentPageMargin { get { return _owner.
_currentPage
.Margin; } }
698
_owner.
_currentPage
.OnFormatLine();
770
internal TextPointer DependentMax { set { _owner.
_currentPage
.DependentMax = value; } }