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