18 writes to _mode
System.Web (18)
UI\WebParts\ConnectionsZone.cs (18)
106
_mode
= ConnectionsZoneMode.ExistingConnections;
692
_mode
= ConnectionsZoneMode.ConfiguringTransformer;
776
_mode
= ConnectionsZoneMode.ConfiguringTransformer;
894
_mode
= ConnectionsZoneMode.ExistingConnections;
1171
_mode
= (ConnectionsZoneMode)state[modeIndex];
1297
_mode
= ConnectionsZoneMode.ExistingConnections;
1309
_mode
= ConnectionsZoneMode.ExistingConnections;
1330
_mode
= ConnectionsZoneMode.ConfiguringTransformer;
1334
_mode
= ConnectionsZoneMode.ConnectToConsumer;
1338
_mode
= ConnectionsZoneMode.ConnectToProvider;
1344
_mode
= ConnectionsZoneMode.ExistingConnections;
1350
_mode
= ConnectionsZoneMode.ExistingConnections;
2056
_mode
= ConnectionsZoneMode.ExistingConnections;
2244
_mode
= ConnectionsZoneMode.ExistingConnections;
2250
_mode
= ConnectionsZoneMode.ExistingConnections;
2262
_mode
= ConnectionsZoneMode.ExistingConnections;
2268
_mode
= ConnectionsZoneMode.ExistingConnections;
2277
_mode
= ConnectionsZoneMode.ExistingConnections;
5 references to _mode
System.Web (5)
UI\WebParts\ConnectionsZone.cs (5)
1448
switch (
_mode
) {
2062
if (
_mode
!= ConnectionsZoneMode.ExistingConnections || baseState != null) {
2067
myState[modeIndex] =
_mode
;
2274
(
_mode
== ConnectionsZoneMode.ConnectToConsumer ||
2275
_mode
== ConnectionsZoneMode.ConnectToProvider)) {