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