4 references to EM_REPLACESEL
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
970
PInvokeCore.SendMessage(_childEdit, PInvokeCore.
EM_REPLACESEL
, (WPARAM)(-1), value ?? string.Empty);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3323
case PInvokeCore.
EM_REPLACESEL
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1008
PInvokeCore.SendMessage(this, PInvokeCore.
EM_REPLACESEL
, 0, text);
1016
PInvokeCore.SendMessage(this, PInvokeCore.
EM_REPLACESEL
, (WPARAM)(-1), text);