1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
115_hwnd = hwnd;
5 references to _hwnd
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (5)
200if (!ListViewHasGroup(_hwnd, group._groupID)) 208int itemCount = WindowsListView.GetItemCount (_hwnd); 215if (!XSendMessage.GetItem(_hwnd, ref item) || GetGroup(item.iGroupID) == null) 468XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPMETRICS, IntPtr.Zero, new IntPtr(&(metric.cbSize)), metric.cbSize, XSendMessage.ErrorValue.NoCheck); 478group = new Group(id, _hwnd, _isComctrlV6OnOsVerV6orHigher);