3 references to ToDecimal
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1429result = Convert.ToDecimal(src.Val.Int32Val);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
262return Convert.ToDecimal(m_value);
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
537Value = Constrain(Convert.ToDecimal(Convert.ToInt32(Text, 16)));