8 references to Connections
System.Web (8)
UI\WebParts\ConnectionsZone.cs (3)
940WebPartConnection connection = WebPartManager.Connections[_pendingConnectionID]; 1001WebPartConnection connection = WebPartManager.Connections[connectionID]; 1677WebPartConnectionCollection connections = manager.Connections;
UI\WebParts\WebPartChrome.cs (1)
72_connections = _manager.Connections;
UI\WebParts\WebPartManager.cs (3)
1288foreach (WebPartConnection c in Connections) { 1301foreach (WebPartConnection c in Connections) { 1999foreach (WebPartConnection connection in Connections) {
UI\WebParts\WebPartMenu.cs (1)
318webPartManager.Connections.ContainsProvider(associatedWebPart)) {