5 references to LineSpacing
PresentationFramework (4)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
218lineHeight = fontFamily.LineSpacing * fontSize;
src\Framework\System\Windows\Controls\TextBox.cs (1)
1880lineHeight = fontFamily.LineSpacing * fontSize;
src\Framework\System\Windows\Documents\Paragraph.cs (1)
236lineHeight = this.FontFamily.LineSpacing * this.FontSize;
src\Framework\System\windows\Documents\TextSelection.cs (1)
2244double caretHeight = fontFamily.LineSpacing * fontSize;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
2085double lineHeight = fontSize * fontFamily.LineSpacing;