2 instantiations of LVGROUP_V6_64
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
612
LVGROUP_V6_64 group64 = new
LVGROUP_V6_64
(group);
720
LVGROUP_V6_64 item64 = new
LVGROUP_V6_64
(item);
4 references to LVGROUP_V6_64
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
612
LVGROUP_V6_64
group64 = new LVGROUP_V6_64(group);
720
LVGROUP_V6_64
item64 = new LVGROUP_V6_64(item);
2194
cbSize = Marshal.SizeOf(typeof(
LVGROUP_V6_64
));
2224
static public explicit operator NativeMethods.LVGROUP_V6(
LVGROUP_V6_64
item)