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)
724
RowBinding.WriteInt64(ValueOffset, Decimal.
ToOACurrency
(value));
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
319
byte[] bytes = BitConverter.GetBytes(Decimal.
ToOACurrency
((Decimal)obj));
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
311
byte[] bytes = BitConverter.GetBytes(Decimal.
ToOACurrency
((Decimal)obj));