4 writes to _pendingConsumerConnectionPoint
System.Web (4)
UI\WebParts\ConnectionsZone.cs (4)
621
_pendingConsumerConnectionPoint
= null;
931
_pendingConsumerConnectionPoint
= consumerInfo.ConnectionPoint;
944
_pendingConsumerConnectionPoint
= connection.ConsumerConnectionPoint;
963
_pendingConsumerConnectionPoint
=
13 references to _pendingConsumerConnectionPoint
System.Web (13)
UI\WebParts\ConnectionsZone.cs (13)
838
IDictionary providers = (IDictionary)_connectionPointInfo[
_pendingConsumerConnectionPoint
];
899
(
_pendingConsumerConnectionPoint
== null ||
966
if (
_pendingConsumerConnectionPoint
== null) {
973
IDictionary providers = (IDictionary)_connectionPointInfo[
_pendingConsumerConnectionPoint
];
1252
_pendingConsumer,
_pendingConsumerConnectionPoint
, _pendingTransformer)) {
1254
_pendingConsumer,
_pendingConsumerConnectionPoint
, _pendingTransformer);
1966
&&
_pendingConsumerConnectionPoint
!= null
1976
connectionPointName =
_pendingConsumerConnectionPoint
.DisplayName;
2239
if (
_pendingConsumerConnectionPoint
!= null) {
2242
DropDownList list = (DropDownList)_connectDropDownLists[
_pendingConsumerConnectionPoint
];
2288
_pendingConsumerConnectionPoint
.SetObject(pendingConsumerControl, transformedObject);
2292
_pendingConsumerConnectionPoint
.AllowsMultipleConnections)) ||
2295
_pendingConsumerConnectionPoint
.SetObject(pendingConsumerControl, null);