4 references to ApplyButtonStyleInternal
System.Web (4)
UI\WebControls\Wizard.cs (4)
3352if (FinishButton != null) ApplyButtonStyleInternal(FinishButton, finishStyle); 3353if (PreviousButton != null) ApplyButtonStyleInternal(PreviousButton, prevStyle); 3354if (NextButton != null) ApplyButtonStyleInternal(NextButton, nextStyle); 3355if (CancelButton != null) ApplyButtonStyleInternal(CancelButton, cancelStyle);