5 instantiations of LVGROUP
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1987NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP(); 2135NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
106NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 424NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 605NativeMethods.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) 1970internal LVGROUP_32(NativeMethods.LVGROUP item) 1985static public explicit operator NativeMethods.LVGROUP(LVGROUP_32 item) 1987NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP(); 1989nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP)); 2117internal LVGROUP_64(NativeMethods.LVGROUP item) 2133static public explicit operator NativeMethods.LVGROUP(LVGROUP_64 item) 2135NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP(); 2137nativeItem.cbSize = 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))); 605NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 606group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP)));