3 references to LB_GETSELCOUNT
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1674int count = (int)PInvokeCore.SendMessage(this, PInvoke.LB_GETSELCOUNT);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (1)
55return (int)PInvokeCore.SendMessage(_owner, PInvoke.LB_GETSELCOUNT);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
3340if (MakeCustom && m.Msg == (int)PInvoke.LB_GETSELCOUNT)