2 overrides of GetLineFromCharIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1932
public override int
GetLineFromCharIndex
(int index)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2360
public override int
GetLineFromCharIndex
(int index) {
2 references to GetLineFromCharIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1861
int selStartLine =
GetLineFromCharIndex
(selStart);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
607
public int GetLineFromCharIndex(int index) { return TextBox.
GetLineFromCharIndex
(index); }