11 references to FontFamily
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
DependencyObjectExtensions.cs (1)
16dependencyObject.SetValue(TextElement.FontFamilyProperty, textProperties.Typeface.FontFamily);
InlineDiagnostics\InlineDiagnosticsTag.cs (2)
59FontFamily = format.Typeface.FontFamily, 83var lineHeight = Math.Floor(format.Typeface.FontFamily.LineSpacing * block.FontSize);
InlineHints\InlineHintsTag.cs (2)
131FontFamily = format.Typeface.FontFamily, 174var dockPanelHeight = format.Typeface.FontFamily.Baseline * format.FontRenderingEmSize;
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;