1 write to _structuralCache
PresentationFramework (1)
MS\Internal\PtsHost\BaseParagraph.cs (1)
46
_structuralCache
= structuralCache;
8 references to _structuralCache
PresentationFramework (8)
MS\Internal\PtsHost\BaseParagraph.cs (1)
337
return
_structuralCache
;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
74
_mainTextSegment = new ContainerParagraph(_element,
_structuralCache
);
194
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
195
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
368
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
369
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
528
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
529
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);