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