13 references to GetComboInfo
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
130if (GetComboInfo(_hwnd, ref cbInfo)) 256if (GetComboInfo(_hwnd, ref cbInfo)) 300if (GetComboInfo(_hwnd, ref cbInfo)) 337if (GetComboInfo(_hwnd, ref cbInfo)) 381if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem)) 572GetComboInfo(hwnd, ref cbInfo); 648if (GetComboInfo(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.STATE_SYSTEM_INVISIBLE) 660if (GetComboInfo(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList)) 769if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton)) 924if (!WindowsComboBox.GetComboInfo(_hwnd, ref cbInfo))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
903if (WindowsComboBox.GetComboInfo(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
82if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero)) 533if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))