1 write to CachedFeatureSet
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
900
textRunTypographyProperties.
CachedFeatureSet
= fontFeatures.ToArray();
3 references to CachedFeatureSet
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (3)
650
if (textRunTypographyProperties.
CachedFeatureSet
!= null)
652
return textRunTypographyProperties.
CachedFeatureSet
;
901
return textRunTypographyProperties.
CachedFeatureSet
;