9 references to AllowsMultipleConnections
System.Web (9)
UI\WebParts\ConnectionsZone.cs (5)
1068if (!providerConnectionPoint.AllowsMultipleConnections && 1118if (!consumerConnectionPoint.AllowsMultipleConnections && 2149WebPartConnection currentConnection = providerConnectionPoint.AllowsMultipleConnections ? 2204WebPartConnection currentConnection = consumerConnectionPoint.AllowsMultipleConnections ? 2292_pendingConsumerConnectionPoint.AllowsMultipleConnections)) ||
UI\WebParts\WebPartConnection.cs (2)
377return (!ConsumerConnectionPoint.AllowsMultipleConnections && 383return (!ProviderConnectionPoint.AllowsMultipleConnections &&
UI\WebParts\WebPartManager.cs (2)
1287if (!providerConnectionPoint.AllowsMultipleConnections) { 1300if (!consumerConnectionPoint.AllowsMultipleConnections) {