11 references to FontFamily
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
DependencyObjectExtensions.cs (1)
16dependencyObject.SetValue(TextElement.FontFamilyProperty, textProperties.Typeface.FontFamily);
InlineDiagnostics\InlineDiagnosticsTag.cs (2)
60FontFamily = format.Typeface.FontFamily, 84var 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)
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;