20 references to eventType
System.Net (20)
net\PeerToPeer\Collaboration\ContactManager.cs (5)
340
if (ped.
eventType
== PeerCollabEventType.WatchListChanged){
540
if (ped.
eventType
== PeerCollabEventType.EndPointChanged){
748
if (ped.
eventType
== PeerCollabEventType.EndPointPresenceChanged){
965
if (ped.
eventType
== PeerCollabEventType.EndPointApplicationChanged){
1178
if (ped.
eventType
== PeerCollabEventType.EndPointObjectChanged){
net\PeerToPeer\Collaboration\MyContact.cs (3)
183
if (ped.
eventType
== PeerCollabEventType.MyPresenceChanged){
349
if (ped.
eventType
== PeerCollabEventType.MyApplicationChanged){
517
if (ped.
eventType
== PeerCollabEventType.MyObjectChanged){
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
381
if (ped.
eventType
== PeerCollabEventType.EndPointApplicationChanged){
net\PeerToPeer\Collaboration\PeerCollaboration.cs (4)
1135
if (ped.
eventType
== PeerCollabEventType.MyEndPointChanged){
1294
if (ped.
eventType
== PeerCollabEventType.MyPresenceChanged){
1465
if (ped.
eventType
== PeerCollabEventType.MyObjectChanged){
1628
if (ped.
eventType
== PeerCollabEventType.MyApplicationChanged){
net\PeerToPeer\Collaboration\PeerContact.cs (3)
1356
if (ped.
eventType
== PeerCollabEventType.EndPointApplicationChanged){
1607
if (ped.
eventType
== PeerCollabEventType.EndPointObjectChanged){
1858
if (ped.
eventType
== PeerCollabEventType.EndPointPresenceChanged){
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
317
if (ped.
eventType
== PeerCollabEventType.EndPointChanged){
net\PeerToPeer\Collaboration\PeerNearMe.cs (2)
302
if (ped.
eventType
== PeerCollabEventType.RequestStatusChanged){
652
if (ped.
eventType
== PeerCollabEventType.PeopleNearMeChanged){
net\PeerToPeer\Collaboration\PeerObject.cs (1)
326
if (ped.
eventType
== PeerCollabEventType.EndPointObjectChanged){