2 writes to FontSize
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
61
FontSize
= 0.75 * format.FontRenderingEmSize,
InlineHints\InlineHintsTag.cs (1)
132
FontSize
= 0.75 * format.FontRenderingEmSize,
6 references to FontSize
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
84
var lineHeight = Math.Floor(format.Typeface.FontFamily.LineSpacing * block.
FontSize
);
InlineHints\InlineHintsTag.cs (1)
189
Height = 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.
2351
double endOfParaGlyphWidth =
FontSize
* CaretElement.c_endOfParaMagicMultiplier;