2 references to LinesPerPage
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
595: Math.Max(0, _provider.GetLineFromCharIndex(End) - _provider.LinesPerPage + 1); 735int lastVisibleLine = firstVisibleLine + _provider.LinesPerPage - 1;