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