3 references to FindCompleted
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
989this.FindCompleted == null) 1002EventHandler<FindCompletedEventArgs> handler = this.FindCompleted;
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
323this.discoveryClient.FindCompleted += new EventHandler<FindCompletedEventArgs>(OnFindCompleted);