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