3 references to IndexOf
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (3)
1996return IndexOf(button) != -1; 2045return IndexOf((ToolBarButton)button); 2149int index = IndexOf(button);