1 override of WizardSteps
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
1644
public override WizardStepCollection
WizardSteps
{
41 references to WizardSteps
System.Web (41)
UI\WebControls\CreateUserWizard.cs (1)
1646
return base.
WizardSteps
;
UI\WebControls\Wizard.cs (30)
133
if (ActiveStepIndex < -1 || ActiveStepIndex >=
WizardSteps
.Count) {
154
(value >=
WizardSteps
.Count && ControlState >= ControlState.FrameworkInitialized)) {
1327
sideBarList.DataSource =
WizardSteps
;
1358
for (int i = 0; i <
WizardSteps
.Count; ++i) {
1359
TemplatedWizardStep step =
WizardSteps
[i] as TemplatedWizardStep;
1372
string id = GetCustomContainerID(
WizardSteps
.IndexOf(step));
1442
index =
WizardSteps
.IndexOf(step);
1502
if (oldIndex == -1 &&
WizardSteps
.Count > 0) {
1540
list.Add(
WizardSteps
[index]);
1580
Debug.Assert(index > -1 && index <
WizardSteps
.Count);
1581
WizardStepBase step =
WizardSteps
[index] as WizardStepBase;
1586
int index =
WizardSteps
.IndexOf(step);
1595
if (
WizardSteps
.Count == 1 ||
1596
(index <
WizardSteps
.Count - 1 &&
1597
WizardSteps
[index + 1].StepType == WizardStepType.Complete)) {
1607
if (index ==
WizardSteps
.Count - 1) {
1718
int index =
WizardSteps
.IndexOf(wizardStep);
1750
WizardStepBase step =
WizardSteps
[oldIndex];
1776
if (oldIndex <
WizardSteps
.Count - 1) {
1805
if (oldIndex <
WizardSteps
.Count - 1) {
1848
return
WizardSteps
[index].AllowReturn;
1892
if (ActiveStepIndex == -1 &&
WizardSteps
.Count > 0 && !DesignMode) {
1950
if (ActiveStepIndex == -1 ||
WizardSteps
.Count == 0) {
2156
if (Owner.ActiveStepIndex >= Owner.
WizardSteps
.Count || Owner.ActiveStepIndex < 0) {
2170
showPrevious = Owner.
WizardSteps
[prevStepIndex].AllowReturn;
2217
if (previousStepIndex != -1 && !Owner.
WizardSteps
[previousStepIndex].AllowReturn) {
2255
if (previousStepIndex != -1 && !Owner.
WizardSteps
[previousStepIndex].AllowReturn) {
2629
(Owner.ActiveStepIndex < 0 || Owner.ActiveStepIndex >= Owner.
WizardSteps
.Count || Owner.
WizardSteps
.Count == 0)) {
3674
wizardStep.Owner.
WizardSteps
.Remove(wizardStep);
UI\WebControls\WizardStepBase.cs (1)
86
foreach (WizardStepBase step in Owner.
WizardSteps
) {
UI\WebParts\RowToFieldTransformer.cs (2)
119
Debug.Assert(
WizardSteps
.Count == 0);
149
WizardSteps
.Add(s);
UI\WebParts\RowToParametersTransformer.cs (4)
235
Debug.Assert(
WizardSteps
.Count == 0);
315
WizardSteps
.Add(s);
321
WizardSteps
.Add(s);
325
Debug.Assert(
WizardSteps
.Count > 0);
UI\WebParts\TransformerConfigurationWizardBase.cs (3)
129
StringArraysDifferent(consumerNames, OldConsumerNames) ||
WizardSteps
.Count == 0) {
133
WizardSteps
.Clear();
141
Debug.Assert(
WizardSteps
.Count > 0);