2 writes to _previousButton
System.Web (2)
UI\WebControls\Wizard.cs (2)
3413
_previousButton
= FindControl(Wizard.StepPreviousButtonID) as IButtonControl;
3418
_previousButton
= value;
3 references to _previousButton
System.Web (3)
UI\WebControls\Wizard.cs (3)
3409
if (
_previousButton
!= null) {
3410
return
_previousButton
;
3414
return
_previousButton
;