1 write to _commandSender
System.Web (1)
UI\WebControls\Wizard.cs (1)
1869_commandSender = sender as IButtonControl;
3 references to _commandSender
System.Web (3)
UI\WebControls\Wizard.cs (3)
1466if (_commandSender != null && !DesignMode && Page != null && !Page.IsValid) { 1762if (_commandSender != null && Page != null && !Page.IsValid) { 1868Debug.Assert(_commandSender == null);