6 references to Style
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
78defaultTypeface.Style,
System\Windows\Media\FamilyTypeface.cs (1)
28_style = face.Style;
System\Windows\Media\FormattedText.cs (4)
410new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 632new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 678if (oldTypeface.Style == style) 733new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),