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)
258
if (
_staticConnections
!= null) {
259
foreach (WebPartConnection connection in
_staticConnections
) {
545
if (
_staticConnections
== null) {
548
return
_staticConnections
;