5 instantiations of LVGROUP
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1995NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP 2145NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
106NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 424NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 606NativeMethods.LVGROUP group = new NativeMethods.LVGROUP();
21 references to LVGROUP
UIAutomationClientSideProviders (21)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (15)
497internal static unsafe bool SetGroupInfo(IntPtr hwnd, NativeMethods.LVGROUP group) 527internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.LVGROUP group) 536fixed (NativeMethods.LVGROUP* pGroup = &group) 553group = (NativeMethods.LVGROUP)group32; 564group = (NativeMethods.LVGROUP)group64; 617internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVGROUP item) 1332private static string ListView_V6_GetGroupTextOnWinXp(IntPtr hwnd, NativeMethods.LVGROUP group) 1978internal LVGROUP_32(NativeMethods.LVGROUP item) 1993static public explicit operator NativeMethods.LVGROUP(LVGROUP_32 item) 1995NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP 1997cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP)), 2127internal LVGROUP_64(NativeMethods.LVGROUP item) 2143static public explicit operator NativeMethods.LVGROUP(LVGROUP_64 item) 2145NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP 2147cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP)),
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (6)
106NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 107group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP))); 424NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 425group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP))); 606NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 607group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP)));