5 references to InternalOpened
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryClient.cs (5)
104
if (this.
InternalOpened
== null)
108
this.
InternalOpened
+= value;
113
this.
InternalOpened
-= value;
114
if (this.
InternalOpened
== null)
784
this.RaiseCommunicationObjectEvent(this.
InternalOpened
, e);