7 references to SendMessage
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ColumnHeader.cs (1)
475
UnsafeNativeMethods.
SendMessage
(new HandleRef(this.listview, this.listview.Handle), NativeMethods.LVM_SETCOLUMNORDERARRAY, cols.Length, cols);
winforms\Managed\System\WinForms\ListBox.cs (3)
1708
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.LB_GETSELITEMS, count, result);
1782
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.LB_SETTABSTOPS, wpar, offsets);
2269
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.LB_SETTABSTOPS, wpar, offsets);
winforms\Managed\System\WinForms\ListView.cs (1)
4981
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, this.Handle), NativeMethods.LVM_SETCOLUMNORDERARRAY, orderedColumns.Length, orderedColumns);
winforms\Managed\System\WinForms\StatusBar.cs (2)
602
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.SB_SETPARTS, 1, offsets);
616
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.SB_SETPARTS, length, offsets2);