6 references to Weight
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
89defaultTypeface.Weight,
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
49_weight = face.Weight;
Core\CSharp\System\Windows\Media\FormattedText.cs (4)
444new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 666if (oldTypeface.Weight == weight) 722new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 775new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),