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)
108
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
113
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
120
StructuralCache.PageFlowDirection = (FlowDirection)
_structuralCache
.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty);
213
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
215
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
216
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
217
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
218
bool enableColumns =
_structuralCache
.CurrentFormatContext.FinitePage;
221
fswdir = PTS.FlowDirectionToFswdir((FlowDirection)
_structuralCache
.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty));
240
_mainTextSegment = new ContainerParagraph(Element,
_structuralCache
);
355
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
357
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
358
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
359
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
360
bool enableColumns =
_structuralCache
.CurrentFormatContext.FinitePage;
438
DtrList dtrs =
_structuralCache
.DtrList;
484
return
_structuralCache
;
495
return
_structuralCache
.PropertyOwner;