3 instantiations of WebPartConnectionCollection
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
257WebPartConnectionCollection connections = new WebPartConnectionCollection(this); 387_dynamicConnections = new WebPartConnectionCollection(this); 546_staticConnections = new WebPartConnectionCollection(this);
9 references to WebPartConnectionCollection
System.Web (9)
UI\WebParts\ConnectionsZone.cs (1)
1677WebPartConnectionCollection connections = manager.Connections;
UI\WebParts\WebPartChrome.cs (2)
25private WebPartConnectionCollection _connections; 69private WebPartConnectionCollection Connections {
UI\WebParts\WebPartManager.cs (6)
97private WebPartConnectionCollection _staticConnections; 98private WebPartConnectionCollection _dynamicConnections; 255public WebPartConnectionCollection Connections { 257WebPartConnectionCollection connections = new WebPartConnectionCollection(this); 384protected internal WebPartConnectionCollection DynamicConnections { 543public WebPartConnectionCollection StaticConnections {