3 references to ToInt16
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
830
return
ToInt16
((double)value);
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
474
return Convert.
ToInt16
(m_value);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
222
short newPos = Convert.
ToInt16
(val);