10 references to Typeface
PresentationCore (8)
MS\Internal\FontFace\TypefaceCollection.cs (2)
155
return new
Typeface
(_typefaceCollection._fontFamily, new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch));
160
return new
Typeface
(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
76
new
Typeface
(
System\Windows\Media\FormattedText.cs (4)
410
new
Typeface
(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch),
632
new
Typeface
(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch),
682
new
Typeface
(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch),
733
new
Typeface
(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),
System\Windows\Media\Typeface.cs (1)
49
:
this
(
PresentationFramework (2)
MS\Internal\Text\DynamicPropertyReader.cs (2)
44
return new
Typeface
(fontFamily, fontStyle, fontWeight, fontStretch);
55
return new
Typeface
(fontFamily, fontStyle, fontWeight, fontStretch);