11 references to CoerceScalarValue
mscorlib (11)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (11)
81
return
CoerceScalarValue
<Byte>(PropertyType.UInt8);
87
return
CoerceScalarValue
<Int16>(PropertyType.Int16);
92
return
CoerceScalarValue
<UInt16>(PropertyType.UInt16);
98
return
CoerceScalarValue
<Int32>(PropertyType.Int32);
104
return
CoerceScalarValue
<UInt32>(PropertyType.UInt32);
110
return
CoerceScalarValue
<Int64>(PropertyType.Int64);
116
return
CoerceScalarValue
<UInt64>(PropertyType.UInt64);
122
return
CoerceScalarValue
<Single>(PropertyType.Single);
128
return
CoerceScalarValue
<Double>(PropertyType.Double);
152
return
CoerceScalarValue
<String>(PropertyType.String);
168
return
CoerceScalarValue
<Guid>(PropertyType.Guid);