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