5 instantiations of LVGROUP
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1994NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP 2144NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
105NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 423NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 605NativeMethods.LVGROUP group = new NativeMethods.LVGROUP();
21 references to LVGROUP
UIAutomationClientSideProviders (21)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (15)
496internal static unsafe bool SetGroupInfo(IntPtr hwnd, NativeMethods.LVGROUP group) 526internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.LVGROUP group) 535fixed (NativeMethods.LVGROUP* pGroup = &group) 552group = (NativeMethods.LVGROUP)group32; 563group = (NativeMethods.LVGROUP)group64; 616internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVGROUP item) 1331private static string ListView_V6_GetGroupTextOnWinXp(IntPtr hwnd, NativeMethods.LVGROUP group) 1977internal LVGROUP_32(NativeMethods.LVGROUP item) 1992public static explicit operator NativeMethods.LVGROUP(LVGROUP_32 item) 1994NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP 1996cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP)), 2126internal LVGROUP_64(NativeMethods.LVGROUP item) 2142public static explicit operator NativeMethods.LVGROUP(LVGROUP_64 item) 2144NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP 2146cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP)),
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (6)
105NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 106group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP))); 423NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 424group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP))); 605NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 606group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP)));