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