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