2 overrides of GetCharIndexFromPosition
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1840
public override int
GetCharIndexFromPosition
(Point pt)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2322
public override int
GetCharIndexFromPosition
(Point pt) {
3 references to GetCharIndexFromPosition
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1847
index = base.
GetCharIndexFromPosition
(pt);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1746
int index =
GetCharIndexFromPosition
(pt);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
601
public int GetCharIndexFromPosition(System.Drawing.Point pt) { return TextBox.
GetCharIndexFromPosition
(pt); }