10 instantiations of LVGROUP_V6
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2076
NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.
LVGROUP_V6
2228
NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.
LVGROUP_V6
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (5)
95
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
151
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
239
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
331
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
489
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
389
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
87
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
104
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
33 references to LVGROUP_V6
UIAutomationClientSideProviders (33)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (13)
571
internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.
LVGROUP_V6
group)
580
fixed (NativeMethods.
LVGROUP_V6
* pGroup = &group)
597
group = (NativeMethods.
LVGROUP_V6
)group32;
608
group = (NativeMethods.
LVGROUP_V6
)group64;
660
internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.
LVGROUP_V6
item, int mask)
2043
internal LVGROUP_V6_32(NativeMethods.
LVGROUP_V6
item)
2074
public static explicit operator NativeMethods.
LVGROUP_V6
(LVGROUP_V6_32 item)
2076
NativeMethods.
LVGROUP_V6
nativeItem = new NativeMethods.LVGROUP_V6
2078
cbSize = Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)),
2194
internal LVGROUP_V6_64(NativeMethods.
LVGROUP_V6
item)
2226
public static explicit operator NativeMethods.
LVGROUP_V6
(LVGROUP_V6_64 item)
2228
NativeMethods.
LVGROUP_V6
nativeItem = new NativeMethods.LVGROUP_V6
2230
cbSize = Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)),
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (13)
95
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
96
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
151
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
152
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
239
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
240
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
331
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
332
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
337
bool lresult = XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
489
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
490
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
495
bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
504
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
389
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
390
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
393
bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(ii.iGroup), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (4)
87
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
88
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
104
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
105
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));