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)
337return _structuralCache;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
74_mainTextSegment = new ContainerParagraph(_element, _structuralCache); 194double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 195FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 368double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 369FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 528double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 529FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty);