11 references to EM_SETMARGINS
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1589
PInvokeCore.
EM_SETMARGINS
,
2313
PInvokeCore.SendMessage(_childEdit, PInvokeCore.
EM_SETMARGINS
, (WPARAM)(PInvoke.EC_LEFTMARGIN | PInvoke.EC_RIGHTMARGIN));
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2032
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETMARGINS
, (WPARAM)(PInvoke.EC_LEFTMARGIN | PInvoke.EC_RIGHTMARGIN));
System.Windows.Forms.Design (6)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (6)
67
PInvokeCore.
EM_SETMARGINS
,
73
PInvokeCore.
EM_SETMARGINS
,
79
PInvokeCore.
EM_SETMARGINS
,
85
PInvokeCore.
EM_SETMARGINS
,
91
PInvokeCore.
EM_SETMARGINS
,
97
PInvokeCore.
EM_SETMARGINS
,
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (1)
10532
PInvokeCore.SendMessage(control, PInvokeCore.
EM_SETMARGINS
, (WPARAM)(PInvoke.EC_LEFTMARGIN | PInvoke.EC_RIGHTMARGIN), LPARAM.MAKELPARAM(1, 2));
TextBoxBaseTests.cs (1)
7651
PInvokeCore.
EM_SETMARGINS
,