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)
62
Feature
[] FeatureSet,
629
Feature
[] FeatureSet, // In: List of features to apply
656
Feature
featureDescription = FeatureSet[feature];
689
Feature
[] FeatureSet, // In: List of features to apply
734
Feature
featureDescription = FeatureSet[feature];
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (2)
934
Feature
[] FeatureSet, // In: List of features to apply
1015
Feature
[] FeatureSet,
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (7)
207
public
Feature
[] Features
249
Feature
[] newArray = new
Feature
[newSize];
301
Feature
[] newArray = new
Feature
[newSize];
338
internal void AddFeature (
Feature
feature)
456
private
Feature
[] _features;