3 references to pendingConnectionTypeIndex
System.Web (3)
UI\WebParts\ConnectionsZone.cs (3)
1176
if (state[
pendingConnectionTypeIndex
] != null) {
1177
_pendingConnectionType = (ConnectionType)state[
pendingConnectionTypeIndex
];
2069
myState[
pendingConnectionTypeIndex
] = _pendingConnectionType;