1 write to _buttons
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
3430_buttons = new IButtonControl[3][];
9 references to _buttons
System.Web (9)
UI\WebControls\CreateUserWizard.cs (9)
3431_buttons[0] = new IButtonControl[3]; 3432_buttons[1] = new IButtonControl[3]; 3433_buttons[2] = new IButtonControl[3]; 3437_innerCells[0] = CreateButtonControl(_buttons[0], _wizard.ValidationGroup, Wizard.StepPreviousButtonID, false, Wizard.MovePreviousCommandName); 3438_innerCells[1] = CreateButtonControl(_buttons[1], _wizard.ValidationGroup, Wizard.StepNextButtonID, true, Wizard.MoveNextCommandName); 3439_innerCells[2] = CreateButtonControl(_buttons[2], _wizard.ValidationGroup, Wizard.CancelButtonID, false, Wizard.CancelCommandName); 3512return _buttons[pos][2]; 3515return _buttons[pos][1]; 3518return _buttons[pos][0];