1 write to iGroupID
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
2134
iGroupID
= item.iGroupID;
4 references to iGroupID
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
570
if (result == group64.
iGroupID
)
663
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item64.
iGroupID
), new IntPtr(&item64), Marshal.SizeOf(item64.GetType()), new IntPtr(&item64.pszHeader), item64.cchHeader);
1456
XSend(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(group.
iGroupID
), new IntPtr(&group), group.cbSize, ErrorValue.NoCheck);
2151
nativeItem.iGroupID = item.
iGroupID
;