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
);
316
if (cbInfo.
hwndList
!= IntPtr.Zero)
318
WindowsListBox listbox = new WindowsListBox(cbInfo.
hwndList
, this, 0, true);
352
if (cbInfo.
hwndList
!= IntPtr.Zero)
354
WindowsListBox listbox = new WindowsListBox(cbInfo.
hwndList
, this, 0, true);
567
if (hwndFocused != hwnd && hwndFocused != cbInfo.hwndCombo && hwndFocused != cbInfo.hwndItem && hwndFocused != cbInfo.
hwndList
)
652
if (GetComboInfo(_hwnd, ref cbInfo) && (IntPtr.Zero != cbInfo.
hwndList
))
654
return new WindowsListBox(cbInfo.
hwndList
, this, (int)ComboChildren.List, true);