1 instantiation of Feature
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (1)
380_features[_featuresCount] = new Feature(startIndex,length,featureTag,parameter);
14 references to Feature
PresentationCore (14)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (5)
62Feature[] FeatureSet, 629Feature[] FeatureSet, // In: List of features to apply 656Feature featureDescription = FeatureSet[feature]; 689Feature[] FeatureSet, // In: List of features to apply 734Feature featureDescription = FeatureSet[feature];
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (2)
934Feature[] FeatureSet, // In: List of features to apply 1015Feature[] FeatureSet,
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (7)
207public Feature[] Features 249Feature[] newArray = new Feature[newSize]; 301Feature[] newArray = new Feature[newSize]; 338internal void AddFeature (Feature feature) 456private Feature[] _features;