3 instantiations of LVGROUP_64
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
517
LVGROUP_64 group64 = new
LVGROUP_64
(group);
558
LVGROUP_64 group64 = new
LVGROUP_64
(group);
646
LVGROUP_64 item64 = new
LVGROUP_64
(item);
6 references to LVGROUP_64
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (6)
517
LVGROUP_64
group64 = new LVGROUP_64(group);
558
LVGROUP_64
group64 = new LVGROUP_64(group);
646
LVGROUP_64
item64 = new LVGROUP_64(item);
1427
private static string ListView_V6_GetGroupTextOnWinXp(IntPtr hwnd,
LVGROUP_64
group)
2128
cbSize = Marshal.SizeOf(typeof(
LVGROUP_64
));
2142
public static explicit operator NativeMethods.LVGROUP(
LVGROUP_64
item)