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