6 references to Style
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
88defaultTypeface.Style,
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
48_style = face.Style;
Core\CSharp\System\Windows\Media\FormattedText.cs (4)
444new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 670new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 718if (oldTypeface.Style == style) 775new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),