Implemented interface member:
property
Count
System.Collections.ICollection.Count
21 references to Count
System.Web (21)
UI\WebControls\CreateUserWizard.cs (1)
2345for (int i = 0; i < WizardSteps.Count; ++i) {
UI\WebControls\Wizard.cs (15)
133if (ActiveStepIndex < -1 || ActiveStepIndex >= WizardSteps.Count) { 154(value >= WizardSteps.Count && ControlState >= ControlState.FrameworkInitialized)) { 1358for (int i = 0; i < WizardSteps.Count; ++i) { 1502if (oldIndex == -1 && WizardSteps.Count > 0) { 1580Debug.Assert(index > -1 && index < WizardSteps.Count); 1595if (WizardSteps.Count == 1 || 1596(index < WizardSteps.Count - 1 && 1607if (index == WizardSteps.Count - 1) { 1776if (oldIndex < WizardSteps.Count - 1) { 1805if (oldIndex < WizardSteps.Count - 1) { 1892if (ActiveStepIndex == -1 && WizardSteps.Count > 0 && !DesignMode) { 1950if (ActiveStepIndex == -1 || WizardSteps.Count == 0) { 2156if (Owner.ActiveStepIndex >= Owner.WizardSteps.Count || Owner.ActiveStepIndex < 0) { 2629(Owner.ActiveStepIndex < 0 || Owner.ActiveStepIndex >= Owner.WizardSteps.Count || Owner.WizardSteps.Count == 0)) {
UI\WebParts\RowToFieldTransformer.cs (1)
119Debug.Assert(WizardSteps.Count == 0);
UI\WebParts\RowToParametersTransformer.cs (2)
235Debug.Assert(WizardSteps.Count == 0); 325Debug.Assert(WizardSteps.Count > 0);
UI\WebParts\TransformerConfigurationWizardBase.cs (2)
129StringArraysDifferent(consumerNames, OldConsumerNames) || WizardSteps.Count == 0) { 141Debug.Assert(WizardSteps.Count > 0);