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