2 references to SingleArray
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
268return CoerceArrayValue<Single>(PropertyType.SingleArray);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
395return new CLRIReferenceArrayImpl<float>(PropertyType.SingleArray, (float[])obj);