4 references to UInt16
mscorlib (4)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (2)
38new Tuple<Type, PropertyType>(typeof(UInt16), PropertyType.UInt16), 92return CoerceScalarValue<UInt16>(PropertyType.UInt16);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
310return new CLRIReferenceImpl<ushort>(PropertyType.UInt16, (ushort)obj);
system\runtime\interopservices\windowsruntime\propertyvalue.cs (1)
50UInt16Array = UInt16 + 1024,