1 write to _structuralCache
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
52
_structuralCache
= structuralCache;
8 references to _structuralCache
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
343
return
_structuralCache
;
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (7)
90
_mainTextSegment = new ContainerParagraph(_element,
_structuralCache
);
222
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
223
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
408
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
409
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
577
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
578
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);