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