3 references to LVM_GETGROUPINFOBYINDEX
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
347
bool lresult = XSendMessage.XSend(_hwnd, NativeMethods.
LVM_GETGROUPINFOBYINDEX
, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));
504
bool lresult = XSendMessage.XSend(hwnd, NativeMethods.
LVM_GETGROUPINFOBYINDEX
, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
405
bool lresult = XSendMessage.XSend(hwnd, NativeMethods.
LVM_GETGROUPINFOBYINDEX
, new IntPtr(ii.iGroup), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));