1 write to Weight
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
668face.Weight = fontWeight;
6 references to Weight
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (1)
192return new Typeface(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch);
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (3)
426MatchingStyle bestMatch = new MatchingStyle(bestFace.Style, bestFace.Weight, bestFace.Stretch); 432MatchingStyle currentMatch = new MatchingStyle(currentFace.Style, currentFace.Weight, currentFace.Stretch); 463MatchingStyle currentMatch = new MatchingStyle(currentFace.Style, currentFace.Weight, currentFace.Stretch);
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (2)
232&& Weight == typeface.Weight