6 references to FontFamily
PresentationCore (6)
MS\Internal\Shaping\GlyphingCache.cs (1)
97key.FontFamily,
System\Windows\Media\FormattedText.cs (4)
406if (fontFamily.Equals(oldTypeface.FontFamily)) 632new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 682new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 733new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),
System\Windows\Media\Typeface.cs (1)
742FontFamily sourceFontFamily = FontFamily;