3 instantiations of LVGROUP_64
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
518
LVGROUP_64 group64 = new
LVGROUP_64
(group);
559
LVGROUP_64 group64 = new
LVGROUP_64
(group);
647
LVGROUP_64 item64 = new
LVGROUP_64
(item);
6 references to LVGROUP_64
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (6)
518
LVGROUP_64
group64 = new LVGROUP_64(group);
559
LVGROUP_64
group64 = new LVGROUP_64(group);
647
LVGROUP_64
item64 = new LVGROUP_64(item);
1428
private static string ListView_V6_GetGroupTextOnWinXp(IntPtr hwnd,
LVGROUP_64
group)
2119
cbSize = Marshal.SizeOf(typeof(
LVGROUP_64
));
2133
static public explicit operator NativeMethods.LVGROUP(
LVGROUP_64
item)