10 instantiations of LVGROUP_V6
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2076NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6 2228NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (5)
95NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 151NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 239NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 331NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 489NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
389NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6();
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
87NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 104NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6();
33 references to LVGROUP_V6
UIAutomationClientSideProviders (33)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (13)
571internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.LVGROUP_V6 group) 580fixed (NativeMethods.LVGROUP_V6* pGroup = &group) 597group = (NativeMethods.LVGROUP_V6)group32; 608group = (NativeMethods.LVGROUP_V6)group64; 660internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVGROUP_V6 item, int mask) 2043internal LVGROUP_V6_32(NativeMethods.LVGROUP_V6 item) 2074public static explicit operator NativeMethods.LVGROUP_V6(LVGROUP_V6_32 item) 2076NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6 2078cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)), 2194internal LVGROUP_V6_64(NativeMethods.LVGROUP_V6 item) 2226public static explicit operator NativeMethods.LVGROUP_V6(LVGROUP_V6_64 item) 2228NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6 2230cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)),
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (13)
95NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 96group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 151NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 152group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 239NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 240group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 331NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 332groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 337bool lresult = XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 489NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 490groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 495bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 504groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
389NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 390groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 393bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(ii.iGroup), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (4)
87NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 88groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 104NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 105group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));