9 references to LB_GETSELITEMS
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1680
PInvokeCore.SendMessage(this, PInvoke.
LB_GETSELITEMS
, (WPARAM)count, (LPARAM)pResult);
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListBoxTests.cs (8)
2661
Assert.Equal(1, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETSELITEMS
, (WPARAM)buffer.Length, ref buffer[0]));
2667
Assert.Equal(2, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETSELITEMS
, (WPARAM)buffer.Length, ref buffer[0]));
2673
Assert.Equal(0, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETSELITEMS
, (WPARAM)buffer.Length, ref buffer[0]));
3178
Assert.Equal(1, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETSELITEMS
, (WPARAM)buffer.Length, ref buffer[0]));
3185
Assert.Equal(1, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETSELITEMS
, (WPARAM)buffer.Length, ref buffer[0]));
3191
Assert.Equal(2, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETSELITEMS
, (WPARAM)buffer.Length, ref buffer[0]));
3197
Assert.Equal(0, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETSELITEMS
, (WPARAM)buffer.Length, ref buffer[0]));
3345
else if (MakeCustom && m.Msg == (int)PInvoke.
LB_GETSELITEMS
)