13 references to GetComboInfo
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
143if (GetComboInfo(_hwnd, ref cbInfo)) 269if (GetComboInfo(_hwnd, ref cbInfo)) 313if (GetComboInfo(_hwnd, ref cbInfo)) 350if (GetComboInfo(_hwnd, ref cbInfo)) 394if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem)) 585GetComboInfo(hwnd, ref cbInfo); 661if (GetComboInfo(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.STATE_SYSTEM_INVISIBLE) 673if (GetComboInfo(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList)) 782if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton)) 937if (!WindowsComboBox.GetComboInfo(_hwnd, ref cbInfo))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
964if (WindowsComboBox.GetComboInfo(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
90if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero)) 541if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))