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)
209
if (!ListViewHasGroup(
_hwnd
, group._groupID))
217
int itemCount = WindowsListView.GetItemCount (
_hwnd
);
224
if (!XSendMessage.GetItem(
_hwnd
, ref item) || GetGroup(item.iGroupID) == null)
478
XSendMessage.XSend(
_hwnd
, NativeMethods.LVM_GETGROUPMETRICS, IntPtr.Zero, new IntPtr(&(metric.cbSize)), metric.cbSize, XSendMessage.ErrorValue.NoCheck);
488
group = new Group(id,
_hwnd
, _isComctrlV6OnOsVerV6orHigher);