6 references to IsStatic
System.Web (6)
UI\WebParts\WebPartManager.cs (6)
1530
if (!connection.IsShared || connection.
IsStatic
) {
1540
if (otherConnection.
IsStatic
&& connection.ConflictsWith(otherConnection)) {
1616
if (connection.
IsStatic
) {
1630
if (connection.
IsStatic
) {
3496
Debug.Assert(connectionToDelete.
IsStatic
|| entry.Scope == PersonalizationScope.User);
4140
Debug.Assert(deletedConnection.
IsStatic
|| scope == PersonalizationScope.User);