5 references to ToOpenTypeWeight
PresentationCore (4)
MS\Internal\FontFace\MatchingStyle.cs (2)
44(weight.ToOpenTypeWeight() - FontWeights.Normal.ToOpenTypeWeight()) / 100.0 * FontWeightScale
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
126Text.TextInterface.Font bestMatch = _family.GetFirstMatchingFont((Text.TextInterface.FontWeight)weight.ToOpenTypeWeight(),
System\Windows\FontWeightConverter.cs (1)
111return new InstanceDescriptor(mi, new object[]{c.ToOpenTypeWeight()});
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
184return fontWeight.ToOpenTypeWeight();