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