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