7 references to GetConsumerConnectionPoint
System.Web (7)
UI\WebParts\ConnectionsZone.cs (3)
639WebPartManager.GetConsumerConnectionPoint(consumer, consumerConnectionPointID); 964WebPartManager.GetConsumerConnectionPoint(_pendingConsumer, _pendingConnectionPointID); 1870WebPartManager.GetConsumerConnectionPoint(webPartToConnect, connection.ConsumerConnectionPointID);
UI\WebParts\WebPartConnection.cs (1)
67return _webPartManager.GetConsumerConnectionPoint(consumer, ConsumerConnectionPointID);
UI\WebParts\WebPartManager.cs (3)
2604actualConnectionPoint = GetConsumerConnectionPoint(consumer, null); 2612GetConsumerConnectionPoint(consumer, connection.ConsumerConnectionPointID); 2622GetConsumerConnectionPoint(consumer, connection.ConsumerConnectionPointID);