10 instantiations of LVGROUP_V6
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2077NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6 2229NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (5)
96NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 152NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 240NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 332NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 490NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
390NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6();
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
88NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 105NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6();
33 references to LVGROUP_V6
UIAutomationClientSideProviders (33)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (13)
572internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.LVGROUP_V6 group) 581fixed (NativeMethods.LVGROUP_V6* pGroup = &group) 598group = (NativeMethods.LVGROUP_V6)group32; 609group = (NativeMethods.LVGROUP_V6)group64; 661internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVGROUP_V6 item, int mask) 2044internal LVGROUP_V6_32(NativeMethods.LVGROUP_V6 item) 2075static public explicit operator NativeMethods.LVGROUP_V6(LVGROUP_V6_32 item) 2077NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6 2079cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)), 2195internal LVGROUP_V6_64(NativeMethods.LVGROUP_V6 item) 2227static public explicit operator NativeMethods.LVGROUP_V6(LVGROUP_V6_64 item) 2229NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.LVGROUP_V6 2231cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)),
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (13)
96NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 97group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 152NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 153group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 240NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 241group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 332NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 333groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 338bool lresult = XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 490NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 491groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 496bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 505groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
390NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 391groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 394bool 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)
88NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.LVGROUP_V6(); 89groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6))); 105NativeMethods.LVGROUP_V6 group = new NativeMethods.LVGROUP_V6(); 106group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP_V6)));