1 write to _structuralCache
PresentationFramework (1)
MS\Internal\PtsHost\Section.cs (1)
44_structuralCache = structuralCache;
18 references to _structuralCache
PresentationFramework (18)
MS\Internal\PtsHost\Section.cs (18)
109Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 114Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 121StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty); 214Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 216Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 217double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 218FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 219bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 222fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty)); 241_mainTextSegment = new ContainerParagraph(Element, _structuralCache); 356Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 358Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 359double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 360FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 361bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 445DtrList dtrs = _structuralCache.DtrList; 494return _structuralCache; 505return _structuralCache.PropertyOwner;