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