4 references to UInt32
mscorlib (4)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (2)
40new Tuple<Type, PropertyType>(typeof(UInt32), PropertyType.UInt32), 104return CoerceScalarValue<UInt32>(PropertyType.UInt32);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
312return new CLRIReferenceImpl<uint>(PropertyType.UInt32, (uint)obj);
system\runtime\interopservices\windowsruntime\propertyvalue.cs (1)
52UInt32Array = UInt32 + 1024,