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