5 references to m_subscriptionListChanged
System.Net (5)
net\PeerToPeer\Collaboration\ContactManager.cs (5)
239if (m_subscriptionListChanged == null){ 271m_subscriptionListChanged += callback; 287m_subscriptionListChanged -= callback; 288if (m_subscriptionListChanged == null){ 365EventHandler<SubscriptionListChangedEventArgs> handlerCopy = m_subscriptionListChanged;