5 references to m_applicationChanged
System.Net (5)
net\PeerToPeer\Collaboration\ContactManager.cs (5)
860
if (
m_applicationChanged
== null){
892
m_applicationChanged
+= callback;
908
m_applicationChanged
-= callback;
909
if (
m_applicationChanged
== null){
998
EventHandler<ApplicationChangedEventArgs> handlerCopy =
m_applicationChanged
;