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)
52
Feature
[] FeatureSet,
609
Feature
[] FeatureSet, // In: List of features to apply
636
Feature
featureDescription = FeatureSet[feature];
668
Feature
[] FeatureSet, // In: List of features to apply
713
Feature
featureDescription = FeatureSet[feature];
MS\Internal\Shaping\OpenTypeLayout.cs (2)
872
Feature
[] FeatureSet, // In: List of features to apply
947
Feature
[] FeatureSet,
MS\Internal\Shaping\ShaperBuffers.cs (7)
180
public
Feature
[] Features
222
Feature
[] newArray = new
Feature
[newSize];
274
Feature
[] newArray = new
Feature
[newSize];
310
internal void AddFeature (
Feature
feature)
427
private
Feature
[] _features;