6 references to Weight
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
79
defaultTypeface.
Weight
,
System\Windows\Media\FamilyTypeface.cs (1)
29
_weight = face.
Weight
;
System\Windows\Media\FormattedText.cs (4)
410
new Typeface(fontFamily, oldTypeface.Style, oldTypeface.
Weight
, oldTypeface.Stretch),
628
if (oldTypeface.
Weight
== weight)
682
new Typeface(oldTypeface.FontFamily, style, oldTypeface.
Weight
, oldTypeface.Stretch),
733
new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.
Weight
, stretch),