2 references to SendMessage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2359
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.CB_GETLBTEXT, index, sb);
winforms\Managed\System\WinForms\ListBox.cs (1)
1616
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.LB_GETTEXT, index, sb);