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)
73_mainTextSegment = new ContainerParagraph(_element, _structuralCache); 193double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 194FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 367double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 368FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 527double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 528FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty);