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