1 write to hwndCombo
UIAutomationClientSideProviders (1)
MS\Win32\NativeMethods.cs (1)
1481hwndCombo = IntPtr.Zero;
6 references to hwndCombo
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
523if (cbInfo.hwndItem == cbInfo.hwndCombo) 566if (hwndFocused != hwnd && hwndFocused != cbInfo.hwndCombo && hwndFocused != cbInfo.hwndItem && hwndFocused != cbInfo.hwndList)
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
77if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero)) 79parent = (ProxyFragment)WindowsComboBox.Create(cbInfo.hwndCombo, 0); 522if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero)) 524WindowsComboBox cb = (WindowsComboBox)WindowsComboBox.Create(cbInfo.hwndCombo, 0);