1 write to _dynamicConnections
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
387
_dynamicConnections
= new WebPartConnectionCollection(this);
4 references to _dynamicConnections
System.Web (4)
UI\WebParts\WebPartManager.cs (4)
265
if (
_dynamicConnections
!= null) {
266
foreach (WebPartConnection connection in
_dynamicConnections
) {
386
if (
_dynamicConnections
== null) {
389
return
_dynamicConnections
;