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)
109
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
114
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
121
StructuralCache.PageFlowDirection = (FlowDirection)
_structuralCache
.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty);
214
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
216
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
217
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
218
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
219
bool enableColumns =
_structuralCache
.CurrentFormatContext.FinitePage;
222
fswdir = PTS.FlowDirectionToFswdir((FlowDirection)
_structuralCache
.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty));
241
_mainTextSegment = new ContainerParagraph(Element,
_structuralCache
);
356
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
358
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
359
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
360
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
361
bool enableColumns =
_structuralCache
.CurrentFormatContext.FinitePage;
445
DtrList dtrs =
_structuralCache
.DtrList;
494
return
_structuralCache
;
505
return
_structuralCache
.PropertyOwner;