6 references to Weight
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
86defaultTypeface.Weight,
System\Windows\Media\FamilyTypeface.cs (1)
46_weight = face.Weight;
System\Windows\Media\FormattedText.cs (4)
432new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 654if (oldTypeface.Weight == weight) 710new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 763new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),