3 references to EM_SETMARGINS
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1769UnsafeNativeMethods.SendMessage(new HandleRef(this, childEdit.Handle), NativeMethods.EM_SETMARGINS, 2459UnsafeNativeMethods.SendMessage(new HandleRef(this, childEdit.Handle), NativeMethods.EM_SETMARGINS,
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2221SendMessage(NativeMethods.EM_SETMARGINS, NativeMethods.EC_LEFTMARGIN | NativeMethods.EC_RIGHTMARGIN, 0);