10 instantiations of LVGROUP_V6
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2076NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6(); 2226NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (5)
105NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 161NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 249NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 341NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 498NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
401NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6();
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
89NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 106NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6();
33 references to LVGROUP_V6
UIAutomationClientsideProviders (33)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (13)
580internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.LVGROUP_V6 group) 589fixed (NativeMethods.LVGROUP_V6* pGroup = &group) 606group = (NativeMethods.LVGROUP_V6)group32; 617group = (NativeMethods.LVGROUP_V6)group64; 669internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVGROUP_V6 item, int mask) 2043internal LVGROUP_V6_32(NativeMethods.LVGROUP_V6 item) 2074static public explicit operator NativeMethods.LVGROUP_V6(LVGROUP_V6_32 item) 2076NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6(); 2078nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)); 2192internal LVGROUP_V6_64(NativeMethods.LVGROUP_V6 item) 2224static public explicit operator NativeMethods.LVGROUP_V6(LVGROUP_V6_64 item) 2226NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6(); 2228nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6));
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (13)
105NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 106group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 161NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 162group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 249NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 250group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 341NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 342groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 347bool lresult = XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 498NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 499groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 504bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 513groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
401NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 402groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 405bool 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)
89NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 90groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 106NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 107group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));