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