19 references to ConnectionType
System.Web (19)
UI\WebParts\ConnectionsZone.cs (19)
91private ConnectionType _pendingConnectionType; 108_pendingConnectionType = ConnectionType.None; 616_pendingConnectionType = ConnectionType.None; 689_pendingConnectionType = ConnectionType.Consumer; 773_pendingConnectionType = ConnectionType.Provider; 832if (_pendingConnectionType == ConnectionType.Consumer) { 860else if (_pendingConnectionType == ConnectionType.Provider) { 907if (_pendingConnectionType == ConnectionType.Provider) { 937if (_pendingConnectionType == ConnectionType.Consumer) { 950_pendingConnectionType = ConnectionType.Consumer; 992Debug.Assert(_pendingConnectionType == ConnectionType.None); 1177_pendingConnectionType = (ConnectionType)state[pendingConnectionTypeIndex]; 1244if (_pendingConnectionType == ConnectionType.Consumer && !String.IsNullOrEmpty(_pendingConnectionID)) { 1329_pendingConnectionType = ConnectionType.Consumer; 1973if (_pendingConnectionType == ConnectionType.Consumer && isConsumer) { 2233if (_pendingConnectionType == ConnectionType.Consumer && 2254else if (_pendingConnectionType == ConnectionType.Provider) { 2290if ((_pendingConnectionType == ConnectionType.Consumer && 2293_pendingConnectionType == ConnectionType.Provider) {