4 references to FromOACurrency
mscorlib (1)
system\Runtime\InteropServices\Variant.cs (1)
592
return Decimal.
FromOACurrency
(_typeUnion._unionTypes._cy);
System.Data (1)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
718
return Decimal.
FromOACurrency
(RowBinding.ReadInt64(ValueOffset));
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
172
return Decimal.
FromOACurrency
(BitConverter.ToInt64(newBytes, 0));
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
132
return Decimal.
FromOACurrency
(BitConverter.ToInt64(bytes, 0));