4 references to Contains
System.Web (4)
UI\WebParts\WebPartManager.cs (4)
2017
Debug.Assert(!(StaticConnections.
Contains
(connection) && DynamicConnections.
Contains
(connection)));
2034
if (StaticConnections.
Contains
(connection)) {
2045
else if (DynamicConnections.
Contains
(connection)) {