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