6 references to Weight
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
80defaultTypeface.Weight,
System\Windows\Media\FamilyTypeface.cs (1)
30_weight = face.Weight;
System\Windows\Media\FormattedText.cs (4)
416new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 638if (oldTypeface.Weight == weight) 694new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 747new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),