1 write to hwndList
UIAutomationClientsideProviders (1)
MS\Win32\NativeMethods.cs (1)
1502hwndList = IntPtr.Zero;
11 references to hwndList
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\WindowsComboBox.cs (11)
147if (!Misc.GetWindowRect(cbInfo.hwndList, ref rcList)) 281if (SafeNativeMethods.IsWindowVisible(cbInfo.hwndList)) 285if (Misc.GetWindowRect(cbInfo.hwndList, ref rcList) && 288ProxySimple el = CreateListBox(cbInfo.hwndList); 335if (cbInfo.hwndList != IntPtr.Zero) 337WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 373if (cbInfo.hwndList != IntPtr.Zero) 375WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 588if (hwndFocused != hwnd && hwndFocused != cbInfo.hwndCombo && hwndFocused != cbInfo.hwndItem && hwndFocused != cbInfo.hwndList) 673if (GetComboInfo(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList)) 675return new WindowsListBox(cbInfo.hwndList, this, (int)ComboChildren.List, true);