4 references to LineSpacing
PresentationFramework (4)
MS\Internal\Text\DynamicPropertyReader.cs (1)
208
lineHeight = fontFamily.
LineSpacing
* fontSize;
System\Windows\Controls\TextBox.cs (1)
1881
lineHeight = fontFamily.
LineSpacing
* fontSize;
System\Windows\Documents\Paragraph.cs (1)
228
lineHeight = this.FontFamily.
LineSpacing
* this.FontSize;
System\windows\Documents\TextSelection.cs (1)
2217
double caretHeight = fontFamily.
LineSpacing
* fontSize;