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