1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
665_hwnd = hwnd;
9 references to _hwnd
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (9)
698bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID); 700XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPRECT, 703Misc.MapWindowPoints(_hwnd, IntPtr.Zero, ref rect, 2); 712if (!Misc.GetWindowRect(_hwnd, ref rcLv)) 719WindowsListView.GetItemRect(_hwnd, _items[0], NativeMethods.LVIR_BOUNDS, out item); 732WindowsListView.GetItemRect(_hwnd, _items[count - 1], NativeMethods.LVIR_BOUNDS, out item); 741if (WindowScroll.Scrollable(_hwnd, NativeMethods.SB_VERT)) 746if (Misc.IsControlRTL(_hwnd)) 814if (Misc.GetScrollBarInfo(_hwnd, NativeMethods.OBJID_VSCROLL, ref sbi))