8 references to FromOACurrency
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
1641Return Decimal.FromOACurrency(i64)
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (1)
478return (T)(object)new CurrencyWrapper(decimal.FromOACurrency(_typeUnion._unionTypes._cy));
src\System\Currency.cs (1)
24this = FromOACurrency(value.m_value);
System.Private.Windows.Core (4)
Windows\Win32\System\Variant\VARIANT.cs (4)
153return decimal.FromOACurrency(cyVal); 356result[i] = decimal.FromOACurrency(data[i]); 575SetValue(array, decimal.FromOACurrency(data), indices, lowerBounds); 791result[i] = decimal.FromOACurrency(data[i]);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComVariantMarshaller.cs (1)
201return decimal.FromOACurrency(*(long*)unmanaged.GetRawDataRef<nint>());