13 references to GetComboInfo
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
126
if (
GetComboInfo
(_hwnd, ref cbInfo))
252
if (
GetComboInfo
(_hwnd, ref cbInfo))
296
if (
GetComboInfo
(_hwnd, ref cbInfo))
331
if (
GetComboInfo
(_hwnd, ref cbInfo))
373
if (
GetComboInfo
(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem))
564
GetComboInfo
(hwnd, ref cbInfo);
640
if (
GetComboInfo
(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.STATE_SYSTEM_INVISIBLE)
652
if (
GetComboInfo
(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList))
761
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton))
910
if (!WindowsComboBox.
GetComboInfo
(_hwnd, ref cbInfo))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
901
if (WindowsComboBox.
GetComboInfo
(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
78
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
523
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))