1 write to _structuralCache
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Section.cs (1)
50_structuralCache = structuralCache;
18 references to _structuralCache
PresentationFramework (18)
src\Framework\MS\Internal\PtsHost\Section.cs (18)
115Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 120Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 127StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty); 225Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 227Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 228double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 229FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 230bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 233fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty)); 252_mainTextSegment = new ContainerParagraph(Element, _structuralCache); 373Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 375Thickness pageMargin = _structuralCache.CurrentFormatContext.PageMargin; 376double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 377FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 378bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 462DtrList dtrs = _structuralCache.DtrList; 511return _structuralCache; 522return _structuralCache.PropertyOwner;