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