6 references to FontFamily
PresentationCore (6)
MS\Internal\Shaping\GlyphingCache.cs (1)
103key.FontFamily,
System\Windows\Media\FormattedText.cs (4)
428if (fontFamily.Equals(oldTypeface.FontFamily)) 658new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 710new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 763new Typeface(oldTypeface.FontFamily, oldTypeface.Style, oldTypeface.Weight, stretch),
System\Windows\Media\Typeface.cs (1)
752FontFamily sourceFontFamily = FontFamily;