2 instantiations of ConsumerConnectionPointCollection
System.Web (2)
UI\WebParts\WebPartManager.cs (2)
1841return new ICollection[] { new ConsumerConnectionPointCollection(consumerConnectionPoints), 2407return new ConsumerConnectionPointCollection(enabledPoints);
10 references to ConsumerConnectionPointCollection
System.Web (10)
UI\WebParts\ConnectionsZone.cs (4)
818ConsumerConnectionPointCollection consumerConnectionPoints = 1404ConsumerConnectionPointCollection consumers = 1569ConsumerConnectionPointCollection consumers = 2179ConsumerConnectionPointCollection consumerConnectionPoints =
UI\WebParts\WebPartChrome.cs (1)
742ConsumerConnectionPointCollection consumerConnectionPoints =
UI\WebParts\WebPartManager.cs (5)
2335ConsumerConnectionPointCollection points = GetConsumerConnectionPoints(webPart); 2344public virtual ConsumerConnectionPointCollection GetConsumerConnectionPoints(WebPart webPart) { 2355private static ConsumerConnectionPointCollection GetConsumerConnectionPoints(Type type) { 2357return (ConsumerConnectionPointCollection)connectionPoints[0]; 2405internal ConsumerConnectionPointCollection GetEnabledConsumerConnectionPoints(WebPart webPart) {