1 instantiation of ConnectionInterfaceCollection
System.Web (1)
UI\WebParts\ConnectionInterfaceCollection.cs (1)
15public static readonly ConnectionInterfaceCollection Empty = new ConnectionInterfaceCollection();
10 references to ConnectionInterfaceCollection
System.Web (10)
UI\WebParts\ConnectionInterfaceCollection.cs (3)
15public static readonly ConnectionInterfaceCollection Empty = new ConnectionInterfaceCollection(); 24public ConnectionInterfaceCollection(ConnectionInterfaceCollection existingConnectionInterfaces, 29private void Initialize(ConnectionInterfaceCollection existingConnectionInterfaces, ICollection connectionInterfaces) {
UI\WebParts\ConsumerConnectionPoint.cs (1)
42public virtual bool SupportsConnection(Control control, ConnectionInterfaceCollection secondaryInterfaces) {
UI\WebParts\ProviderConnectionPoint.cs (2)
33public virtual ConnectionInterfaceCollection GetSecondaryInterfaces(Control control) { 34return ConnectionInterfaceCollection.Empty;
UI\WebParts\WebPartConnection.cs (2)
290ConnectionInterfaceCollection secondaryInterfaces = providerConnectionPoint.GetSecondaryInterfaces(providerControl); 332if (consumerConnectionPoint.SupportsConnection(consumerControl, ConnectionInterfaceCollection.Empty)) {
UI\WebParts\WebPartManager.cs (2)
1325ConnectionInterfaceCollection secondaryInterfaces = providerConnectionPoint.GetSecondaryInterfaces(providerControl); 1372if (!consumerConnectionPoint.SupportsConnection(consumerControl, ConnectionInterfaceCollection.Empty)) {