2 references to EM_CHARFROMPOS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2324
int index = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
EM_CHARFROMPOS
, 0, wpt);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1756
int index = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
EM_CHARFROMPOS
, 0, longPoint);