13 references to GetComboInfo
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
126if (GetComboInfo(_hwnd, ref cbInfo)) 252if (GetComboInfo(_hwnd, ref cbInfo)) 296if (GetComboInfo(_hwnd, ref cbInfo)) 333if (GetComboInfo(_hwnd, ref cbInfo)) 377if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem)) 568GetComboInfo(hwnd, ref cbInfo); 644if (GetComboInfo(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.STATE_SYSTEM_INVISIBLE) 656if (GetComboInfo(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList)) 765if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton)) 920if (!WindowsComboBox.GetComboInfo(_hwnd, ref cbInfo))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
899if (WindowsComboBox.GetComboInfo(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
78if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero)) 529if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))