6 references to FontFamily
PresentationCore (6)
Core\CSharp\MS\Internal\Shaping\GlyphingCache.cs (1)
103key.FontFamily,
Core\CSharp\System\Windows\Media\FormattedText.cs (4)
440if (fontFamily.Equals(oldTypeface.FontFamily)) 670new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 722new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 775new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),
Core\CSharp\System\Windows\Media\Typeface.cs (1)
758FontFamily sourceFontFamily = FontFamily;