2 writes to FontSize
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
61FontSize = 0.75 * format.FontRenderingEmSize,
InlineHints\InlineHintsTag.cs (1)
132FontSize = 0.75 * format.FontRenderingEmSize,
6 references to FontSize
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
84var lineHeight = Math.Floor(format.Typeface.FontFamily.LineSpacing * block.FontSize);
InlineHints\InlineHintsTag.cs (1)
189Height = dockPanelHeight + (block.DesiredSize.Height - (block.FontFamily.Baseline * block.FontSize)),
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
786/// DependencyProperty for <see cref="FontSize" /> property. 805/// DependencyProperty setter for <see cref="FontSize" /> property. 817/// DependencyProperty getter for <see cref="FontSize" /> property. 2351double endOfParaGlyphWidth = FontSize * CaretElement.c_endOfParaMagicMultiplier;