1 write to _structuralCache
PresentationFramework (1)
MS\Internal\PtsHost\Section.cs (1)
43_structuralCache = structuralCache;
18 references to _structuralCache
PresentationFramework (18)
MS\Internal\PtsHost\Section.cs (18)
108Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 113Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 120StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty); 213Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 215Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 216double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 217FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 218bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 221fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty)); 240_mainTextSegment = new ContainerParagraph(Element, _structuralCache); 355Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 357Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 358double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 359FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 360bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 438DtrList dtrs = _structuralCache.DtrList; 484return _structuralCache; 495return _structuralCache.PropertyOwner;