8 references to GetLineFromCharIndex
System.Windows.Forms.Primitives (8)
System\Windows\Forms\Automation\UiaTextRange.cs (8)
207
int startLine = _provider.
GetLineFromCharIndex
(Start);
210
int endLine = _provider.
GetLineFromCharIndex
(End);
594
? _provider.
GetLineFromCharIndex
(Start)
595
: Math.Max(0, _provider.
GetLineFromCharIndex
(End) - _provider.LinesPerPage + 1);
723
int startLine = _provider.
GetLineFromCharIndex
(start);
724
int endLine = _provider.
GetLineFromCharIndex
(end - 1);
968
int line = _provider.
GetLineFromCharIndex
(index);
1079
int line = _provider.
GetLineFromCharIndex
(index) + 1;