20 writes to eventType
System.Net (20)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (3)
449pcer.eventType = PeerCollabEventType.MyPresenceChanged; 508pcer.eventType = PeerCollabEventType.MyApplicationChanged; 566pcer.eventType = PeerCollabEventType.MyObjectChanged;
net\PeerToPeer\Collaboration\ContactManager.cs (5)
254pcer.eventType = PeerCollabEventType.WatchListChanged; 455pcer.eventType = PeerCollabEventType.EndPointChanged; 661pcer.eventType = PeerCollabEventType.EndPointPresenceChanged; 875pcer.eventType = PeerCollabEventType.EndPointApplicationChanged; 1089pcer.eventType = PeerCollabEventType.EndPointObjectChanged;
net\PeerToPeer\Collaboration\MyContact.cs (3)
88pcer.eventType = PeerCollabEventType.MyPresenceChanged; 255pcer.eventType = PeerCollabEventType.MyApplicationChanged; 418pcer.eventType = PeerCollabEventType.MyObjectChanged;
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
262pcer.eventType = PeerCollabEventType.EndPointApplicationChanged;
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
1051pcer.eventType = PeerCollabEventType.MyEndPointChanged;
net\PeerToPeer\Collaboration\PeerContact.cs (3)
1244pcer.eventType = PeerCollabEventType.EndPointApplicationChanged; 1494pcer.eventType = PeerCollabEventType.EndPointObjectChanged; 1748pcer.eventType = PeerCollabEventType.EndPointPresenceChanged;
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
228pcer.eventType = PeerCollabEventType.EndPointChanged;
net\PeerToPeer\Collaboration\PeerNearMe.cs (2)
248pcer.eventType = PeerCollabEventType.RequestStatusChanged; 567pcer.eventType = PeerCollabEventType.PeopleNearMeChanged;
net\PeerToPeer\Collaboration\PeerObject.cs (1)
214pcer.eventType = PeerCollabEventType.EndPointObjectChanged;