1 write to _hwnd
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
681_hwnd = hwnd;
9 references to _hwnd
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (9)
714bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID); 716XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPRECT, 719Misc.MapWindowPoints(_hwnd, IntPtr.Zero, ref rect, 2); 728if (!Misc.GetWindowRect(_hwnd, ref rcLv)) 735WindowsListView.GetItemRect(_hwnd, _items[0], NativeMethods.LVIR_BOUNDS, out item); 748WindowsListView.GetItemRect(_hwnd, _items[count - 1], NativeMethods.LVIR_BOUNDS, out item); 757if (WindowScroll.Scrollable(_hwnd, NativeMethods.SB_VERT)) 762if (Misc.IsControlRTL(_hwnd)) 830if (Misc.GetScrollBarInfo(_hwnd, NativeMethods.OBJID_VSCROLL, ref sbi))