10 references to Typeface
PresentationCore (8)
MS\Internal\FontFace\TypefaceCollection.cs (2)
156
return new
Typeface
(_typefaceCollection._fontFamily, new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch));
161
return new
Typeface
(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
77
new
Typeface
(
System\Windows\Media\FormattedText.cs (4)
411
new
Typeface
(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch),
633
new
Typeface
(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch),
683
new
Typeface
(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch),
734
new
Typeface
(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),
System\Windows\Media\Typeface.cs (1)
50
:
this
(
PresentationFramework (2)
MS\Internal\Text\DynamicPropertyReader.cs (2)
45
return new
Typeface
(fontFamily, fontStyle, fontWeight, fontStretch);
56
return new
Typeface
(fontFamily, fontStyle, fontWeight, fontStretch);