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