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