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