13 references to GetComboInfo
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
130
if (
GetComboInfo
(_hwnd, ref cbInfo))
256
if (
GetComboInfo
(_hwnd, ref cbInfo))
300
if (
GetComboInfo
(_hwnd, ref cbInfo))
337
if (
GetComboInfo
(_hwnd, ref cbInfo))
381
if (
GetComboInfo
(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.hwndItem))
572
GetComboInfo
(hwnd, ref cbInfo);
648
if (
GetComboInfo
(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.STATE_SYSTEM_INVISIBLE)
660
if (
GetComboInfo
(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList))
769
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton))
924
if (!WindowsComboBox.
GetComboInfo
(_hwnd, ref cbInfo))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
903
if (WindowsComboBox.
GetComboInfo
(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
82
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
533
if (WindowsComboBox.
GetComboInfo
(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))