6 references to Style
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
85
defaultTypeface.
Style
,
System\Windows\Media\FamilyTypeface.cs (1)
45
_style = face.
Style
;
System\Windows\Media\FormattedText.cs (4)
432
new Typeface(fontFamily, oldTypeface.
Style
, oldTypeface.Weight, oldTypeface.Stretch),
658
new Typeface(oldTypeface.FontFamily, oldTypeface.
Style
, weight, oldTypeface.Stretch),
706
if (oldTypeface.
Style
== style)
763
new Typeface(oldTypeface.FontFamily, oldTypeface.
Style
, oldTypeface.Weight, stretch),