1 write to _structuralCache
PresentationFramework (1)
MS\Internal\PtsHost\BaseParagraph.cs (1)
45
_structuralCache
= structuralCache;
8 references to _structuralCache
PresentationFramework (8)
MS\Internal\PtsHost\BaseParagraph.cs (1)
336
return
_structuralCache
;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
69
_mainTextSegment = new ContainerParagraph(_element,
_structuralCache
);
186
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
187
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
355
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
356
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
511
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
512
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);