1 write to _providerConnectionPointID
System.Web (1)
UI\WebParts\WebPartConnection.cs (1)
202
_providerConnectionPointID
= value;
2 references to _providerConnectionPointID
System.Web (2)
UI\WebParts\WebPartConnection.cs (2)
198
return (!String.IsNullOrEmpty(
_providerConnectionPointID
)) ?
199
_providerConnectionPointID
: ConnectionPoint.DefaultID;