1 instantiation of Feature
PresentationCore (1)
MS\Internal\Shaping\ShaperBuffers.cs (1)
352_features[_featuresCount] = new Feature(startIndex,length,featureTag,parameter);
14 references to Feature
PresentationCore (14)
MS\Internal\Shaping\OpenTypeCommon.cs (5)
52Feature[] FeatureSet, 609Feature[] FeatureSet, // In: List of features to apply 636Feature featureDescription = FeatureSet[feature]; 668Feature[] FeatureSet, // In: List of features to apply 713Feature featureDescription = FeatureSet[feature];
MS\Internal\Shaping\OpenTypeLayout.cs (2)
872Feature[] FeatureSet, // In: List of features to apply 947Feature[] FeatureSet,
MS\Internal\Shaping\ShaperBuffers.cs (7)
180public Feature[] Features 222Feature[] newArray = new Feature[newSize]; 274Feature[] newArray = new Feature[newSize]; 310internal void AddFeature (Feature feature) 427private Feature[] _features;