4 references to SupportsConnection
System.Web (4)
UI\WebParts\WebPartConnection.cs (2)
291if (consumerConnectionPoint.SupportsConnection(consumerControl, secondaryInterfaces)) { 332if (consumerConnectionPoint.SupportsConnection(consumerControl, ConnectionInterfaceCollection.Empty)) {
UI\WebParts\WebPartManager.cs (2)
1326if (!consumerConnectionPoint.SupportsConnection(consumerControl, secondaryInterfaces)) { 1372if (!consumerConnectionPoint.SupportsConnection(consumerControl, ConnectionInterfaceCollection.Empty)) {