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