2 writes to FontFamily
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
60FontFamily = format.Typeface.FontFamily,
InlineHints\InlineHintsTag.cs (1)
131FontFamily = format.Typeface.FontFamily,
4 references to FontFamily
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
189Height = dockPanelHeight + (block.DesiredSize.Height - (block.FontFamily.Baseline * block.FontSize)),
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
629/// DependencyProperty for <see cref="FontFamily" /> property. 646/// DependencyProperty setter for <see cref="FontFamily" /> property. 658/// DependencyProperty getter for <see cref="FontFamily" /> property.