1 write to _structuralCache
PresentationFramework (1)
MS\Internal\PtsHost\BaseParagraph.cs (1)
48
_structuralCache
= structuralCache;
8 references to _structuralCache
PresentationFramework (8)
MS\Internal\PtsHost\BaseParagraph.cs (1)
339
return
_structuralCache
;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
87
_mainTextSegment = new ContainerParagraph(_element,
_structuralCache
);
209
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
210
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
383
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
384
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);
543
double pageFontSize = (double)
_structuralCache
.PropertyOwner.GetValue(Block.FontSizeProperty);
544
FontFamily pageFontFamily = (FontFamily)
_structuralCache
.PropertyOwner.GetValue(Block.FontFamilyProperty);