3 references to EC_RIGHTMARGIN
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1767
NativeMethods.EC_LEFTMARGIN | NativeMethods.
EC_RIGHTMARGIN
, 0);
2457
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);