1 write to _staticConnections
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
546_staticConnections = new WebPartConnectionCollection(this);
4 references to _staticConnections
System.Web (4)
UI\WebParts\WebPartManager.cs (4)
258if (_staticConnections != null) { 259foreach (WebPartConnection connection in _staticConnections) { 545if (_staticConnections == null) { 548return _staticConnections;