1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
669
_hwnd
= hwnd;
9 references to _hwnd
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (9)
702
bool isCollapsed = WindowsListViewGroup.IsCollapsed(
_hwnd
, _groupID);
704
XSendMessage.XSend(
_hwnd
, NativeMethods.LVM_GETGROUPRECT,
707
Misc.MapWindowPoints(
_hwnd
, IntPtr.Zero, ref rect, 2);
716
if (!Misc.GetWindowRect(
_hwnd
, ref rcLv))
723
WindowsListView.GetItemRect(
_hwnd
, _items[0], NativeMethods.LVIR_BOUNDS, out item);
736
WindowsListView.GetItemRect(
_hwnd
, _items[count - 1], NativeMethods.LVIR_BOUNDS, out item);
745
if (WindowScroll.Scrollable(
_hwnd
, NativeMethods.SB_VERT))
750
if (Misc.IsControlRTL(
_hwnd
))
818
if (Misc.GetScrollBarInfo(
_hwnd
, NativeMethods.OBJID_VSCROLL, ref sbi))