6 references to Style
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
79
defaultTypeface.
Style
,
System\Windows\Media\FamilyTypeface.cs (1)
29
_style = face.
Style
;
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),
679
if (oldTypeface.
Style
== style)
734
new Typeface(oldTypeface.FontFamily, oldTypeface.
Style
, oldTypeface.Weight, stretch),