1 write to hwndCombo
UIAutomationClientsideProviders (1)
MS\Win32\NativeMethods.cs (1)
1500
hwndCombo
= IntPtr.Zero;
6 references to hwndCombo
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
545
if (cbInfo.hwndItem == cbInfo.
hwndCombo
)
588
if (hwndFocused != hwnd && hwndFocused != cbInfo.
hwndCombo
&& hwndFocused != cbInfo.hwndItem && hwndFocused != cbInfo.hwndList)
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
90
if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.
hwndCombo
!= IntPtr.Zero))
92
parent = (ProxyFragment)WindowsComboBox.Create(cbInfo.
hwndCombo
, 0);
541
if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.
hwndCombo
!= IntPtr.Zero))
543
WindowsComboBox cb = (WindowsComboBox)WindowsComboBox.Create(cbInfo.
hwndCombo
, 0);