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)
339return _structuralCache;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
87_mainTextSegment = new ContainerParagraph(_element, _structuralCache); 209double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 210FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 383double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 384FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 543double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 544FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty);