6 references to EM_SETMODIFY
System.Windows.Forms (6)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1391
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETMODIFY
);
3020
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETMODIFY
, (WPARAM)(-1));
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
717
PInvokeCore.
EM_SETMODIFY
,
1274
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETMODIFY
);
1353
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETMODIFY
);
1682
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETMODIFY
, (WPARAM)(BOOL)true);