4 references to LinesCount
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
205
if (_provider.
LinesCount
!= 1)
212
if (endLine < _provider.
LinesCount
- 1)
972
int lineMax = _provider.
LinesCount
;
1081
int lineMax = _provider.
LinesCount
;