1 write to CachedFeatureSet
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
915textRunTypographyProperties.CachedFeatureSet = fontFeatures.ToArray();
3 references to CachedFeatureSet
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (3)
665if (textRunTypographyProperties.CachedFeatureSet != null) 667return textRunTypographyProperties.CachedFeatureSet; 916return textRunTypographyProperties.CachedFeatureSet;