1 instantiation of Feature
PresentationCore (1)
MS\Internal\Shaping\ShaperBuffers.cs (1)
351_features[_featuresCount] = new Feature(startIndex,length,featureTag,parameter);
14 references to Feature
PresentationCore (14)
MS\Internal\Shaping\OpenTypeCommon.cs (5)
51Feature[] FeatureSet, 608Feature[] FeatureSet, // In: List of features to apply 635Feature featureDescription = FeatureSet[feature]; 667Feature[] FeatureSet, // In: List of features to apply 712Feature featureDescription = FeatureSet[feature];
MS\Internal\Shaping\OpenTypeLayout.cs (2)
871Feature[] FeatureSet, // In: List of features to apply 946Feature[] FeatureSet,
MS\Internal\Shaping\ShaperBuffers.cs (7)
179public Feature[] Features 221Feature[] newArray = new Feature[newSize]; 273Feature[] newArray = new Feature[newSize]; 309internal void AddFeature (Feature feature) 426private Feature[] _features;