1 write to _currentFormatInfo
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
722
_currentFormatInfo
= _documentFormatInfoStack.Pop();
11 references to _currentFormatInfo
PresentationFramework (11)
MS\Internal\PtsHost\StructuralCache.cs (11)
709
_documentFormatInfoStack.Push(
_currentFormatInfo
);
711
_currentFormatInfo
.PageSize = pageSize;
712
_currentFormatInfo
.PageMargin = pageMargin;
713
_currentFormatInfo
.IncrementalUpdate = incrementalUpdate;
714
_currentFormatInfo
.FinitePage = finitePage;
728
internal double PageHeight { get { return
_currentFormatInfo
.PageSize.Height; } }
733
internal double PageWidth { get { return
_currentFormatInfo
.PageSize.Width; } }
738
internal Size PageSize { get { return
_currentFormatInfo
.PageSize; } }
743
internal Thickness PageMargin { get { return
_currentFormatInfo
.PageMargin; } }
748
internal bool IncrementalUpdate { get { return
_currentFormatInfo
.IncrementalUpdate; } }
753
internal bool FinitePage { get { return
_currentFormatInfo
.FinitePage; } }