5 references to LineSpacing
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
84var lineHeight = Math.Floor(format.Typeface.FontFamily.LineSpacing * block.FontSize);
PresentationFramework (4)
MS\Internal\Text\DynamicPropertyReader.cs (1)
209lineHeight = fontFamily.LineSpacing * fontSize;
System\Windows\Controls\TextBox.cs (1)
1880lineHeight = fontFamily.LineSpacing * fontSize;
System\Windows\Documents\Paragraph.cs (1)
229lineHeight = this.FontFamily.LineSpacing * this.FontSize;
System\windows\Documents\TextSelection.cs (1)
2233double caretHeight = fontFamily.LineSpacing * fontSize;