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))
333
if (
GetComboInfo
(_hwnd, ref cbInfo))
377
if (
GetComboInfo
(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem))
568
GetComboInfo
(hwnd, ref cbInfo);
644
if (
GetComboInfo
(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.STATE_SYSTEM_INVISIBLE)
656
if (
GetComboInfo
(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList))
765
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton))
920
if (!WindowsComboBox.
GetComboInfo
(_hwnd, ref cbInfo))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
899
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))
529
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))