2 references to DoubleArray
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
274return CoerceArrayValue<Double>(PropertyType.DoubleArray);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
397return new CLRIReferenceArrayImpl<double>(PropertyType.DoubleArray, (double[])obj);