10 instantiations of LVGROUP_V6
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2077
NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.
LVGROUP_V6
2229
NativeMethods.LVGROUP_V6 nativeItem = new NativeMethods.
LVGROUP_V6
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (5)
96
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
152
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
240
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
332
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
490
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
390
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
88
NativeMethods.LVGROUP_V6 groupInfo = new NativeMethods.
LVGROUP_V6
();
105
NativeMethods.LVGROUP_V6 group = new NativeMethods.
LVGROUP_V6
();
33 references to LVGROUP_V6
UIAutomationClientSideProviders (33)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (13)
572
internal static unsafe bool GetGroupInfo(IntPtr hwnd, ref NativeMethods.
LVGROUP_V6
group)
581
fixed (NativeMethods.
LVGROUP_V6
* pGroup = &group)
598
group = (NativeMethods.
LVGROUP_V6
)group32;
609
group = (NativeMethods.
LVGROUP_V6
)group64;
661
internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.
LVGROUP_V6
item, int mask)
2044
internal LVGROUP_V6_32(NativeMethods.
LVGROUP_V6
item)
2075
static public explicit operator NativeMethods.
LVGROUP_V6
(LVGROUP_V6_32 item)
2077
NativeMethods.
LVGROUP_V6
nativeItem = new NativeMethods.LVGROUP_V6
2079
cbSize = Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)),
2195
internal LVGROUP_V6_64(NativeMethods.
LVGROUP_V6
item)
2227
static public explicit operator NativeMethods.
LVGROUP_V6
(LVGROUP_V6_64 item)
2229
NativeMethods.
LVGROUP_V6
nativeItem = new NativeMethods.LVGROUP_V6
2231
cbSize = Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)),
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (13)
96
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
97
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
152
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
153
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
240
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
241
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
332
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
333
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
338
bool lresult = XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
490
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
491
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
496
bool lresult = XSendMessage.XSend(hwnd, NativeMethods.LVM_GETGROUPINFOBYINDEX, new IntPtr(groupIndex), new IntPtr(&groupInfo), Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
505
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
390
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
391
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
394
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)
88
NativeMethods.
LVGROUP_V6
groupInfo = new NativeMethods.LVGROUP_V6();
89
groupInfo.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));
105
NativeMethods.
LVGROUP_V6
group = new NativeMethods.LVGROUP_V6();
106
group.Init(Marshal.SizeOf(typeof(NativeMethods.
LVGROUP_V6
)));