3 writes to hwndItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
530
cbInfo.
hwndItem
= IntPtr.Zero;
538
cbInfo.
hwndItem
= Misc.FindWindowEx(hwnd, IntPtr.Zero, "EDIT", null);
MS\Win32\NativeMethods.cs (1)
1483
hwndItem
= IntPtr.Zero;
12 references to hwndItem
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsComboBox.cs (11)
301
if (cbInfo.
hwndItem
!= IntPtr.Zero && IsEditableCombo())
312
WinEventTracker.AddToNotificationList( cbInfo.
hwndItem
, new WinEventTracker.ProxyRaiseEvents( EditPortionEvents ), editPortionEvents, counter );
339
if (cbInfo.
hwndItem
!= IntPtr.Zero && IsEditableCombo())
350
WinEventTracker.RemoveToNotificationList( cbInfo.
hwndItem
, editPortionEvents, null, counter );
377
if (GetComboInfo(_hwnd, ref cbInfo) && SafeNativeMethods.IsWindowVisible(cbInfo.
hwndItem
))
379
WindowsEditBox editBox = new WindowsEditBox(cbInfo.
hwndItem
, null, -1);
528
if (cbInfo.
hwndItem
== cbInfo.hwndCombo)
536
if (cbInfo.
hwndItem
== IntPtr.Zero && IsComboEx (NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.GA_PARENT)))
539
if (cbInfo.
hwndItem
!= IntPtr.Zero)
541
result = Misc.GetWindowRect(cbInfo.
hwndItem
, ref cbInfo.rcItem);
571
if (hwndFocused != hwnd && hwndFocused != cbInfo.hwndCombo && hwndFocused != cbInfo.
hwndItem
&& hwndFocused != cbInfo.hwndList)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
901
if (WindowsComboBox.GetComboInfo(hwndParent, ref cbInfo) && cbInfo.
hwndItem
== _hwnd)