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)
3394
if (
_nextButton
!= null) {
3395
return
_nextButton
;
3399
return
_nextButton
;