11 references to ConsumerConnectionPoint
System.Web (11)
UI\WebParts\ConnectionsZone.cs (3)
944_pendingConsumerConnectionPoint = connection.ConsumerConnectionPoint; 1833ConsumerConnectionPoint consumerConnectionPoint = connection.ConsumerConnectionPoint; 2156currentConsumerConnectionPoint = currentConnection.ConsumerConnectionPoint;
UI\WebParts\WebPartConnection.cs (4)
276ConsumerConnectionPoint consumerConnectionPoint = ConsumerConnectionPoint; 377return (!ConsumerConnectionPoint.AllowsMultipleConnections && 379ConsumerConnectionPoint == otherConnection.ConsumerConnectionPoint);
UI\WebParts\WebPartManager.cs (4)
1302if (c.Consumer == consumer && c.ConsumerConnectionPoint == consumerConnectionPoint) { 1565connection.Consumer.SetConnectErrorMessage(SR.GetString(SR.WebPartConnection_Duplicate, connection.ConsumerConnectionPoint.DisplayName, 1664ConsumerConnectionPoint consumerConnectionPoint = connection.ConsumerConnectionPoint; 2022ConsumerConnectionPoint consumerConnectionPoint = connection.ConsumerConnectionPoint;