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