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