1 write to hwndList
UIAutomationClientSideProviders (1)
MS\Win32\NativeMethods.cs (1)
1483hwndList = IntPtr.Zero;
11 references to hwndList
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\WindowsComboBox.cs (11)
129if (!Misc.GetWindowRect(cbInfo.hwndList, ref rcList)) 263if (SafeNativeMethods.IsWindowVisible(cbInfo.hwndList)) 267if (Misc.GetWindowRect(cbInfo.hwndList, ref rcList) && 270ProxySimple el = CreateListBox(cbInfo.hwndList); 315if (cbInfo.hwndList != IntPtr.Zero) 317WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 351if (cbInfo.hwndList != IntPtr.Zero) 353WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 566if (hwndFocused != hwnd && hwndFocused != cbInfo.hwndCombo && hwndFocused != cbInfo.hwndItem && hwndFocused != cbInfo.hwndList) 651if (GetComboInfo(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList)) 653return new WindowsListBox(cbInfo.hwndList, this, (int)ComboChildren.List, true);