4 references to LinesCount
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
207if (_provider.LinesCount != 1) 214if (endLine < _provider.LinesCount - 1) 974int lineMax = _provider.LinesCount; 1083int lineMax = _provider.LinesCount;