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; 728internal double PageHeight { get { return _currentFormatInfo.PageSize.Height; } } 733internal double PageWidth { get { return _currentFormatInfo.PageSize.Width; } } 738internal Size PageSize { get { return _currentFormatInfo.PageSize; } } 743internal Thickness PageMargin { get { return _currentFormatInfo.PageMargin; } } 748internal bool IncrementalUpdate { get { return _currentFormatInfo.IncrementalUpdate; } } 753internal bool FinitePage { get { return _currentFormatInfo.FinitePage; } }