7 references to EM_SETMODIFY
System.Windows.Forms (6)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1355PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY); 2917PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY, (WPARAM)(-1));
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
689PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY, (WPARAM)(BOOL)value); 1011PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY); 1088PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY); 1387PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY, (WPARAM)(BOOL)true);
System.Windows.Forms.Tests (1)
TextBoxBaseTests.cs (1)
1821PInvokeCore.SendMessage(control, PInvokeCore.EM_SETMODIFY, (WPARAM)(BOOL)true);