6 references to IndexOf
System.Web (6)
UI\WebControls\Wizard.cs (6)
1372string id = GetCustomContainerID(WizardSteps.IndexOf(step)); 1442index = WizardSteps.IndexOf(step); 1586int index = WizardSteps.IndexOf(step); 1718int index = WizardSteps.IndexOf(wizardStep); 3723return IndexOf(step); 3735return IndexOf(GetStepAndVerify(value));