4 instantiations of FeatureList
PresentationCore (4)
MS\Internal\Shaping\OpenTypeCommon.cs (3)
921
FeatureList featureList = new
FeatureList
(0);
1335
return new
FeatureList
(offset+Table.GetOffset(offset+offsetFeatureList));
1364
return new
FeatureList
(offset+Table.GetOffset(offset+offsetFeatureList));
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
405
featureList = new
FeatureList
(0);
12 references to FeatureList
PresentationCore (12)
MS\Internal\Shaping\OpenTypeCommon.cs (9)
49
FeatureList
Features,
614
FeatureList
Features, // In: List of Features in layout table
673
FeatureList
Features, // List of Features in layout table
921
FeatureList
featureList = new FeatureList(0);
1251
FeatureList
featureList,
1333
public
FeatureList
GetFeatureList(FontTable Table)
1362
public
FeatureList
GetFeatureList(FontTable Table)
1553
public FeatureTable FindFeature(FontTable Table,
FeatureList
Features, uint FeatureTag)
1567
public FeatureTable RequiredFeature(FontTable Table,
FeatureList
Features)
MS\Internal\Shaping\OpenTypeLayout.cs (2)
893
FeatureList
FeatureList = GsubHeader.GetFeatureList(GsubTable);
970
FeatureList
FeatureList = GposHeader.GetFeatureList(GposTable);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
381
FeatureList
featureList;