4 references to GetUpDownFromEdit
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
235IntPtr hwndUpDown = WindowsSpinner.GetUpDownFromEdit(_hwnd); 246IntPtr hwndUpDown = WindowsSpinner.GetUpDownFromEdit(_hwnd); 257IntPtr hwndUpDown = WindowsSpinner.GetUpDownFromEdit(_hwnd);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
283return GetUpDownFromEdit(hwnd) != IntPtr.Zero;