5 references to m_applicationChanged
System.Net (5)
net\PeerToPeer\Collaboration\PeerContact.cs (5)
1229
if (
m_applicationChanged
== null){
1261
m_applicationChanged
+= callback;
1275
m_applicationChanged
-= callback;
1276
if (
m_applicationChanged
== null){
1298
EventHandler<ApplicationChangedEventArgs> handlerCopy =
m_applicationChanged
;