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