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; 729internal double PageHeight { get { return _currentFormatInfo.PageSize.Height; } } 734internal double PageWidth { get { return _currentFormatInfo.PageSize.Width; } } 739internal Size PageSize { get { return _currentFormatInfo.PageSize; } } 744internal Thickness PageMargin { get { return _currentFormatInfo.PageMargin; } } 749internal bool IncrementalUpdate { get { return _currentFormatInfo.IncrementalUpdate; } } 754internal bool FinitePage { get { return _currentFormatInfo.FinitePage; } }