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)
51
Feature
[] FeatureSet,
608
Feature
[] FeatureSet, // In: List of features to apply
635
Feature
featureDescription = FeatureSet[feature];
667
Feature
[] FeatureSet, // In: List of features to apply
712
Feature
featureDescription = FeatureSet[feature];
MS\Internal\Shaping\OpenTypeLayout.cs (2)
871
Feature
[] FeatureSet, // In: List of features to apply
946
Feature
[] FeatureSet,
MS\Internal\Shaping\ShaperBuffers.cs (7)
179
public
Feature
[] Features
221
Feature
[] newArray = new
Feature
[newSize];
273
Feature
[] newArray = new
Feature
[newSize];
309
internal void AddFeature (
Feature
feature)
426
private
Feature
[] _features;