4 instantiations of FeatureList
PresentationCore (4)
MS\Internal\Shaping\OpenTypeCommon.cs (3)
922
FeatureList featureList = new
FeatureList
(0);
1336
return new
FeatureList
(offset+Table.GetOffset(offset+offsetFeatureList));
1365
return new
FeatureList
(offset+Table.GetOffset(offset+offsetFeatureList));
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
406
featureList = new
FeatureList
(0);
12 references to FeatureList
PresentationCore (12)
MS\Internal\Shaping\OpenTypeCommon.cs (9)
50
FeatureList
Features,
615
FeatureList
Features, // In: List of Features in layout table
674
FeatureList
Features, // List of Features in layout table
922
FeatureList
featureList = new FeatureList(0);
1252
FeatureList
featureList,
1334
public
FeatureList
GetFeatureList(FontTable Table)
1363
public
FeatureList
GetFeatureList(FontTable Table)
1554
public FeatureTable FindFeature(FontTable Table,
FeatureList
Features, uint FeatureTag)
1568
public FeatureTable RequiredFeature(FontTable Table,
FeatureList
Features)
MS\Internal\Shaping\OpenTypeLayout.cs (2)
894
FeatureList
FeatureList = GsubHeader.GetFeatureList(GsubTable);
971
FeatureList
FeatureList = GposHeader.GetFeatureList(GposTable);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
382
FeatureList
featureList;