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