4 references to GetConsumerConnectionPoints
System.Web (4)
UI\WebParts\ConnectionsZone.cs (2)
1043
WebPartManager.
GetConsumerConnectionPoints
(part).Count :
1085
foreach (ConsumerConnectionPoint consumerConnectionPoint in WebPartManager.
GetConsumerConnectionPoints
(consumer)) {
UI\WebParts\WebPartManager.cs (2)
2335
ConsumerConnectionPointCollection points =
GetConsumerConnectionPoints
(webPart);
2406
ICollection enabledPoints = GetEnabledConnectionPoints(
GetConsumerConnectionPoints
(webPart), webPart);