1 write to _connectDropDownLists
System.Web (1)
UI\WebParts\ConnectionsZone.cs (1)
798_connectDropDownLists = new HybridDictionary();
14 references to _connectDropDownLists
System.Web (14)
UI\WebParts\ConnectionsZone.cs (14)
648if (_connectDropDownLists == null || 649!_connectDropDownLists.Contains(consumerConnectionPoint) || 657DropDownList list = (DropDownList)_connectDropDownLists[consumerConnectionPoint]; 732if (_connectDropDownLists == null || 733!_connectDropDownLists.Contains(providerConnectionPoint) || 741DropDownList list = (DropDownList)_connectDropDownLists[providerConnectionPoint]; 814_connectDropDownLists[providerConnectionPoint] = list; 825_connectDropDownLists[consumerConnectionPoint] = list; 1483DropDownList list = (DropDownList)_connectDropDownLists[provider]; 1576DropDownList list = (DropDownList)_connectDropDownLists[consumer]; 2127DropDownList list = (DropDownList)_connectDropDownLists[providerConnectionPoint]; 2182DropDownList list = (DropDownList)_connectDropDownLists[consumerConnectionPoint]; 2242DropDownList list = (DropDownList)_connectDropDownLists[_pendingConsumerConnectionPoint]; 2260DropDownList list = (DropDownList)_connectDropDownLists[_pendingProviderConnectionPoint];