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