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