3 references to Contains
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
3892
return
Contains
((int)selectedIndex);
4022
if (index != -1 && !
Contains
(index)) {
4037
if (index != -1 &&
Contains
(index)) {