6 references to Style
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
79defaultTypeface.Style,
System\Windows\Media\FamilyTypeface.cs (1)
29_style = face.Style;
System\Windows\Media\FormattedText.cs (4)
411new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 633new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 679if (oldTypeface.Style == style) 734new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),