4 references to EM_REPLACESEL
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1132UnsafeNativeMethods.SendMessage(new HandleRef(this, childEdit.Handle), NativeMethods.EM_REPLACESEL, NativeMethods.InvalidIntPtr, str);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3511case NativeMethods.EM_REPLACESEL:
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1137SendMessage(NativeMethods.EM_REPLACESEL, 0, text); 1143SendMessage(NativeMethods.EM_REPLACESEL, /*undoable*/ -1, text);