3 instantiations of LVGROUP_64
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
526
LVGROUP_64 group64 = new
LVGROUP_64
(group);
567
LVGROUP_64 group64 = new
LVGROUP_64
(group);
655
LVGROUP_64 item64 = new
LVGROUP_64
(item);
6 references to LVGROUP_64
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (6)
526
LVGROUP_64
group64 = new LVGROUP_64(group);
567
LVGROUP_64
group64 = new LVGROUP_64(group);
655
LVGROUP_64
item64 = new LVGROUP_64(item);
1436
private static string ListView_V6_GetGroupTextOnWinXp(IntPtr hwnd,
LVGROUP_64
group)
2127
cbSize = Marshal.SizeOf(typeof(
LVGROUP_64
));
2141
static public explicit operator NativeMethods.LVGROUP(
LVGROUP_64
item)