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