3 references to EC_RIGHTMARGIN
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1770
NativeMethods.EC_LEFTMARGIN | NativeMethods.
EC_RIGHTMARGIN
, 0);
2460
NativeMethods.EC_LEFTMARGIN | NativeMethods.
EC_RIGHTMARGIN
, 0);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2221
SendMessage(NativeMethods.EM_SETMARGINS, NativeMethods.EC_LEFTMARGIN | NativeMethods.
EC_RIGHTMARGIN
, 0);