1 write to hwndList
UIAutomationClientSideProviders (1)
MS\Win32\NativeMethods.cs (1)
1484hwndList = IntPtr.Zero;
11 references to hwndList
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\WindowsComboBox.cs (11)
130if (!Misc.GetWindowRect(cbInfo.hwndList, ref rcList)) 264if (SafeNativeMethods.IsWindowVisible(cbInfo.hwndList)) 268if (Misc.GetWindowRect(cbInfo.hwndList, ref rcList) && 271ProxySimple el = CreateListBox(cbInfo.hwndList); 318if (cbInfo.hwndList != IntPtr.Zero) 320WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 356if (cbInfo.hwndList != IntPtr.Zero) 358WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 571if (hwndFocused != hwnd && hwndFocused != cbInfo.hwndCombo && hwndFocused != cbInfo.hwndItem && hwndFocused != cbInfo.hwndList) 656if (GetComboInfo(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.hwndList)) 658return new WindowsListBox(cbInfo.hwndList, this, (int)ComboChildren.List, true);