2 writes to _nextButton
System.Web (2)
UI\WebControls\Wizard.cs (2)
3398_nextButton = FindControl(Wizard.StepNextButtonID) as IButtonControl; 3403_nextButton = value;
3 references to _nextButton
System.Web (3)
UI\WebControls\Wizard.cs (3)
3394if (_nextButton != null) { 3395return _nextButton; 3399return _nextButton;