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