4 references to UInt8
mscorlib (4)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (2)
36new Tuple<Type, PropertyType>(typeof(Byte), PropertyType.UInt8), 81return CoerceScalarValue<Byte>(PropertyType.UInt8);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
306return new CLRIReferenceImpl<byte>(PropertyType.UInt8, (byte)obj);
system\runtime\interopservices\windowsruntime\propertyvalue.cs (1)
48UInt8Array = UInt8 + 1024,