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)
115
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
120
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
127
StructuralCache.PageFlowDirection = (FlowDirection)
_structuralCache
.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty);
225
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
227
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
228
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
229
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
230
bool enableColumns =
_structuralCache
.CurrentFormatContext.FinitePage;
233
fswdir = PTS.FlowDirectionToFswdir((FlowDirection)
_structuralCache
.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty));
252
_mainTextSegment = new ContainerParagraph(Element,
_structuralCache
);
373
Size pageSize =
_structuralCache
.CurrentFormatContext.PageSize;
375
Thickness pageMargin =
_structuralCache
.CurrentFormatContext.PageMargin;
376
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
377
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
378
bool enableColumns =
_structuralCache
.CurrentFormatContext.FinitePage;
462
DtrList dtrs =
_structuralCache
.DtrList;
511
return
_structuralCache
;
522
return
_structuralCache
.PropertyOwner;