4 references to Value
mscorlib (4)
system\runtime\interopservices\windowsruntime\eventregistrationtoken.cs (2)
49return ((EventRegistrationToken)obj).Value == Value;
system\runtime\interopservices\windowsruntime\eventregistrationtokentable.cs (2)
87token = new EventRegistrationToken(token.Value + 1); 179if (token.Value == 0)