1 write to _structuralCache
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
52_structuralCache = structuralCache;
8 references to _structuralCache
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
343return _structuralCache;
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (7)
90_mainTextSegment = new ContainerParagraph(_element, _structuralCache); 222double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 223FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 408double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 409FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty); 577double pageFontSize = (double)_structuralCache.PropertyOwner.GetValue(Block.FontSizeProperty); 578FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.GetValue(Block.FontFamilyProperty);