4 references to GetUpDownFromEdit
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
221IntPtr hwndUpDown = WindowsSpinner.GetUpDownFromEdit(_hwnd); 232IntPtr hwndUpDown = WindowsSpinner.GetUpDownFromEdit(_hwnd); 243IntPtr hwndUpDown = WindowsSpinner.GetUpDownFromEdit(_hwnd);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
269return GetUpDownFromEdit(hwnd) != IntPtr.Zero;