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)
1466
if (
_commandSender
!= null && !DesignMode && Page != null && !Page.IsValid) {
1762
if (
_commandSender
!= null && Page != null && !Page.IsValid) {
1868
Debug.Assert(
_commandSender
== null);