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