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