8 references to Decimal
mscorlib (1)
system\decimal.cs (1)
1046
return new
Decimal
(value);
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
1155
return new SqlDecimal(new
Decimal
(x));
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
234
return new SqlMoney(new
Decimal
(x));
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4486
return new
Decimal
(longVal);
4508
return new
Decimal
(longVal);
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3278
return new
Decimal
(ValueAsLong());
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
4798
return new
Decimal
(longVal);
4820
return new
Decimal
(longVal);