2 references to FeatureCount
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (1)
979int featureCount = featureList.FeatureCount(table);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
489for (ushort feature = 0; feature < featureList.FeatureCount(table); feature++)