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