5 references to ToInt32
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (2)
191Dim CharZero As Integer = Convert.ToInt32(chZero) 219Dim CharZero As Integer = Convert.ToInt32(chZero)
Microsoft\VisualBasic\Strings.vb (1)
168Dim CharValue As Integer = Convert.ToInt32([String])
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
549return Convert.ToInt32(m_value);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2118Misc.PostMessage(_hwnd, NativeMethods.WM_SYSCOMMAND, (IntPtr)NativeMethods.SC_KEYMENU, (IntPtr)Convert.ToInt32(' '));