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