6 references to EM_GETMARGINS
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (2)
10510
IntPtr result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETMARGINS
);
10544
IntPtr result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETMARGINS
);
TextBoxBaseTests.cs (4)
1270
IntPtr result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETMARGINS
);
1288
IntPtr result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETMARGINS
);
7626
nint result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETMARGINS
);
7666
IntPtr result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETMARGINS
);