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)
336return _structuralCache;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
69_mainTextSegment = new ContainerParagraph(_element, _structuralCache); 186double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 187FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 355double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 356FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 511double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 512FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty);