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