5 instantiations of LVGROUP
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1995NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP(); 2143NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
115NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 433NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 614NativeMethods.LVGROUP group = new NativeMethods.LVGROUP();
21 references to LVGROUP
UIAutomationClientsideProviders (21)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (15)
505internal static unsafe bool SetGroupInfo(IntPtr hwnd, NativeMethods.LVGROUP group) 535internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.LVGROUP group) 544fixed (NativeMethods.LVGROUP* pGroup = &group) 561group = (NativeMethods.LVGROUP)group32; 572group = (NativeMethods.LVGROUP)group64; 625internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVGROUP item) 1340private 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(); 1997nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP)); 2125internal LVGROUP_64(NativeMethods.LVGROUP item) 2141static public explicit operator NativeMethods.LVGROUP(LVGROUP_64 item) 2143NativeMethods.LVGROUP nativeItem = new NativeMethods.LVGROUP(); 2145nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.LVGROUP));
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (6)
115NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 116group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP))); 433NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 434group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP))); 614NativeMethods.LVGROUP group = new NativeMethods.LVGROUP(); 615group.Init(Marshal.SizeOf(typeof(NativeMethods.LVGROUP)));