1 write to iGroupID
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1978
iGroupID
= item.iGroupID;
4 references to iGroupID
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
551
if (result == group32.
iGroupID
)
643
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item32.
iGroupID
), new IntPtr(&item32), Marshal.SizeOf(item32.GetType()), new IntPtr(&item32.pszHeader), item32.cchHeader);
1400
XSend(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(group.
iGroupID
), new IntPtr(&group), group.cbSize, ErrorValue.NoCheck);
1995
nativeItem.iGroupID = item.
iGroupID
;