11 references to CoerceArrayValue
mscorlib (11)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (11)
226
return
CoerceArrayValue
<Byte>(PropertyType.UInt8Array);
232
return
CoerceArrayValue
<Int16>(PropertyType.Int16Array);
238
return
CoerceArrayValue
<UInt16>(PropertyType.UInt16Array);
244
return
CoerceArrayValue
<Int32>(PropertyType.Int32Array);
250
return
CoerceArrayValue
<UInt32>(PropertyType.UInt32Array);
256
return
CoerceArrayValue
<Int64>(PropertyType.Int64Array);
262
return
CoerceArrayValue
<UInt64>(PropertyType.UInt64Array);
268
return
CoerceArrayValue
<Single>(PropertyType.SingleArray);
274
return
CoerceArrayValue
<Double>(PropertyType.DoubleArray);
298
return
CoerceArrayValue
<String>(PropertyType.StringArray);
313
return
CoerceArrayValue
<Guid>(PropertyType.GuidArray);