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