5 references to ToOACurrency
mscorlib (2)
system\Runtime\InteropServices\Variant.cs (2)
232*(long*)this._typeUnion._unionTypes._byref = decimal.ToOACurrency((decimal)value); 597_typeUnion._unionTypes._cy = Decimal.ToOACurrency(value);
System.Data (1)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
724RowBinding.WriteInt64(ValueOffset, Decimal.ToOACurrency(value));
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
319byte[] bytes = BitConverter.GetBytes(Decimal.ToOACurrency((Decimal)obj));
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
311byte[] bytes = BitConverter.GetBytes(Decimal.ToOACurrency((Decimal)obj));