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