10 instantiations of LVGROUP_V6
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2076
NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.
LVGROUP_V6
();
2226
NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.
LVGROUP_V6
();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (5)
105
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
161
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
249
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
341
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
498
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
401
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
89
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
106
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
33 references to LVGROUP_V6
UIAutomationClientsideProviders (33)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (13)
580
internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.
LVGROUP_V6
group)
589
fixed (NativeMethods.
LVGROUP_V6
* pGroup = &group)
606
group = (NativeMethods.
LVGROUP_V6
)group32;
617
group = (NativeMethods.
LVGROUP_V6
)group64;
669
internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.
LVGROUP_V6
item, int mask)
2043
internal LVGROUP_V6_32(NativeMethods.
LVGROUP_V6
item)
2074
static public explicit operator NativeMethods.
LVGROUP_V6
(LVGROUP_V6_32 item)
2076
NativeMethods.
LVGROUP_V6
nativeItem = new NativeMethods.LVGROUP_V6();
2078
nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
));
2192
internal LVGROUP_V6_64(NativeMethods.
LVGROUP_V6
item)
2224
static public explicit operator NativeMethods.
LVGROUP_V6
(LVGROUP_V6_64 item)
2226
NativeMethods.
LVGROUP_V6
nativeItem = new NativeMethods.LVGROUP_V6();
2228
nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
));
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (13)
105
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
106
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
161
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
162
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
249
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
250
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
341
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
342
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
347
bool lresult = XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
498
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
499
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
504
bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
513
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
401
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
402
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
405
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)
89
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
90
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
106
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
107
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));