2 instantiations of ProviderConnectionPointCollection
System.Web (2)
UI\WebParts\WebPartManager.cs (2)
1842
new
ProviderConnectionPointCollection
(providerConnectionPoints) };
2412
return new
ProviderConnectionPointCollection
(enabledPoints);
12 references to ProviderConnectionPointCollection
System.Web (12)
UI\WebParts\ConnectionsZone.cs (4)
807
ProviderConnectionPointCollection
providerConnectionPoints =
1383
ProviderConnectionPointCollection
providers =
1476
ProviderConnectionPointCollection
providers =
2124
ProviderConnectionPointCollection
providerConnectionPoints =
UI\WebParts\WebPartChrome.cs (2)
555
ProviderConnectionPointCollection
connectionPoints = _manager.GetProviderConnectionPoints(webPart);
744
ProviderConnectionPointCollection
providerConnectionPoints =
UI\WebParts\WebPartManager.cs (5)
2410
internal
ProviderConnectionPointCollection
GetEnabledProviderConnectionPoints(WebPart webPart) {
2544
ProviderConnectionPointCollection
points = GetProviderConnectionPoints(webPart);
2553
public virtual
ProviderConnectionPointCollection
GetProviderConnectionPoints(WebPart webPart) {
2564
private static
ProviderConnectionPointCollection
GetProviderConnectionPoints(Type type) {
2566
return (
ProviderConnectionPointCollection
)connectionPoints[1];
UI\WebParts\WebPartMenu.cs (1)
315
ProviderConnectionPointCollection
connectionPoints =