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)
3010Control c = _buttons[i][j] as Control; 3027_buttons[0] = new IButtonControl[3]; 3028_buttons[1] = new IButtonControl[3]; 3029_buttons[2] = new IButtonControl[3]; 3048CreateButtonControl(_buttons[0], _button1ID, _button1CausesValidation, 3053CreateButtonControl(_buttons[1], _button2ID, true /* causesValidation */, 3057CreateButtonControl(_buttons[2], _button3ID, false /* causesValidation */, CancelCommandName); 3156return _buttons[pos][2]; 3159return _buttons[pos][1]; 3162return _buttons[pos][0];