1 write to _currentFormatInfo
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
723
_currentFormatInfo
= _documentFormatInfoStack.Pop();
11 references to _currentFormatInfo
PresentationFramework (11)
MS\Internal\PtsHost\StructuralCache.cs (11)
710
_documentFormatInfoStack.Push(
_currentFormatInfo
);
712
_currentFormatInfo
.PageSize = pageSize;
713
_currentFormatInfo
.PageMargin = pageMargin;
714
_currentFormatInfo
.IncrementalUpdate = incrementalUpdate;
715
_currentFormatInfo
.FinitePage = finitePage;
729
internal double PageHeight { get { return
_currentFormatInfo
.PageSize.Height; } }
734
internal double PageWidth { get { return
_currentFormatInfo
.PageSize.Width; } }
739
internal Size PageSize { get { return
_currentFormatInfo
.PageSize; } }
744
internal Thickness PageMargin { get { return
_currentFormatInfo
.PageMargin; } }
749
internal bool IncrementalUpdate { get { return
_currentFormatInfo
.IncrementalUpdate; } }
754
internal bool FinitePage { get { return
_currentFormatInfo
.FinitePage; } }