3 instantiations of WebPartConnectionCollection
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
257
WebPartConnectionCollection 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)
1677
WebPartConnectionCollection
connections = manager.Connections;
UI\WebParts\WebPartChrome.cs (2)
25
private
WebPartConnectionCollection
_connections;
69
private
WebPartConnectionCollection
Connections {
UI\WebParts\WebPartManager.cs (6)
97
private
WebPartConnectionCollection
_staticConnections;
98
private
WebPartConnectionCollection
_dynamicConnections;
255
public
WebPartConnectionCollection
Connections {
257
WebPartConnectionCollection
connections = new WebPartConnectionCollection(this);
384
protected internal
WebPartConnectionCollection
DynamicConnections {
543
public
WebPartConnectionCollection
StaticConnections {