2 instantiations of LVGROUP_V6_64
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
604
LVGROUP_V6_64 group64 = new
LVGROUP_V6_64
(group);
712
LVGROUP_V6_64 item64 = new
LVGROUP_V6_64
(item);
4 references to LVGROUP_V6_64
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
604
LVGROUP_V6_64
group64 = new LVGROUP_V6_64(group);
712
LVGROUP_V6_64
item64 = new LVGROUP_V6_64(item);
2186
cbSize = Marshal.SizeOf(typeof(
LVGROUP_V6_64
));
2216
static public explicit operator NativeMethods.LVGROUP_V6(
LVGROUP_V6_64
item)