13 references to GetComboInfo
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
125
if (
GetComboInfo
(_hwnd, ref cbInfo))
251
if (
GetComboInfo
(_hwnd, ref cbInfo))
295
if (
GetComboInfo
(_hwnd, ref cbInfo))
330
if (
GetComboInfo
(_hwnd, ref cbInfo))
372
if (
GetComboInfo
(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem))
563
GetComboInfo
(hwnd, ref cbInfo);
639
if (
GetComboInfo
(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.STATE_SYSTEM_INVISIBLE)
651
if (
GetComboInfo
(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList))
760
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton))
909
if (!WindowsComboBox.
GetComboInfo
(_hwnd, ref cbInfo))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
900
if (WindowsComboBox.
GetComboInfo
(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
77
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
522
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))