3 references to EM_SETSEL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3627UnsafeNativeMethods.PostMessage(new HandleRef(this, Handle), NativeMethods.EM_SETSEL, selEnd - 1, selEnd);
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1956SendMessage(NativeMethods.EM_SETSEL, s, e); 2063SendMessage(NativeMethods.EM_SETSEL, start, end);