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);
3512
return
_buttons
[pos][2];
3515
return
_buttons
[pos][1];
3518
return
_buttons
[pos][0];