2 instantiations of LVGROUP_V6_32
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
593
LVGROUP_V6_32 group32 = new
LVGROUP_V6_32
(group);
694
LVGROUP_V6_32 item32 = new
LVGROUP_V6_32
(item);
4 references to LVGROUP_V6_32
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
593
LVGROUP_V6_32
group32 = new LVGROUP_V6_32(group);
694
LVGROUP_V6_32
item32 = new LVGROUP_V6_32(item);
2037
cbSize = Marshal.SizeOf(typeof(
LVGROUP_V6_32
));
2066
static public explicit operator NativeMethods.LVGROUP_V6(
LVGROUP_V6_32
item)