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