1 write to _currentFormatInfo
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
733
_currentFormatInfo
= _documentFormatInfoStack.Pop();
11 references to _currentFormatInfo
PresentationFramework (11)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (11)
720
_documentFormatInfoStack.Push(
_currentFormatInfo
);
722
_currentFormatInfo
.PageSize = pageSize;
723
_currentFormatInfo
.PageMargin = pageMargin;
724
_currentFormatInfo
.IncrementalUpdate = incrementalUpdate;
725
_currentFormatInfo
.FinitePage = finitePage;
739
internal double PageHeight { get { return
_currentFormatInfo
.PageSize.Height; } }
744
internal double PageWidth { get { return
_currentFormatInfo
.PageSize.Width; } }
749
internal Size PageSize { get { return
_currentFormatInfo
.PageSize; } }
754
internal Thickness PageMargin { get { return
_currentFormatInfo
.PageMargin; } }
759
internal bool IncrementalUpdate { get { return
_currentFormatInfo
.IncrementalUpdate; } }
764
internal bool FinitePage { get { return
_currentFormatInfo
.FinitePage; } }