2 references to UInt32Array
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
250return CoerceArrayValue<UInt32>(PropertyType.UInt32Array);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
389return new CLRIReferenceArrayImpl<uint>(PropertyType.UInt32Array, (uint[])obj);