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