6 references to GetProviderConnectionPoints
System.Web (6)
UI\WebParts\ConnectionsZone.cs (2)
1044
WebPartManager.
GetProviderConnectionPoints
(part).Count;
1135
foreach (ProviderConnectionPoint providerConnectionPoint in WebPartManager.
GetProviderConnectionPoints
(provider)) {
UI\WebParts\WebPartChrome.cs (1)
555
ProviderConnectionPointCollection connectionPoints = _manager.
GetProviderConnectionPoints
(webPart);
UI\WebParts\WebPartManager.cs (2)
2411
ICollection enabledPoints = GetEnabledConnectionPoints(
GetProviderConnectionPoints
(webPart), webPart);
2544
ProviderConnectionPointCollection points =
GetProviderConnectionPoints
(webPart);
UI\WebParts\WebPartMenu.cs (1)
316
webPartManager.
GetProviderConnectionPoints
(associatedWebPart);