1 write to _buttons
System.Web (1)
UI\WebControls\Wizard.cs (1)
3026
_buttons
= new IButtonControl[3][];
10 references to _buttons
System.Web (10)
UI\WebControls\Wizard.cs (10)
3010
Control c =
_buttons
[i][j] as Control;
3027
_buttons
[0] = new IButtonControl[3];
3028
_buttons
[1] = new IButtonControl[3];
3029
_buttons
[2] = new IButtonControl[3];
3048
CreateButtonControl(
_buttons
[0], _button1ID, _button1CausesValidation,
3053
CreateButtonControl(
_buttons
[1], _button2ID, true /* causesValidation */,
3057
CreateButtonControl(
_buttons
[2], _button3ID, false /* causesValidation */, CancelCommandName);
3156
return
_buttons
[pos][2];
3159
return
_buttons
[pos][1];
3162
return
_buttons
[pos][0];