2 references to UInt16Array
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
238return CoerceArrayValue<UInt16>(PropertyType.UInt16Array);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
387return new CLRIReferenceArrayImpl<ushort>(PropertyType.UInt16Array, (ushort[])obj);