2 instantiations of LVGROUP_V6_32
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
601
LVGROUP_V6_32 group32 = new
LVGROUP_V6_32
(group);
702
LVGROUP_V6_32 item32 = new
LVGROUP_V6_32
(item);
4 references to LVGROUP_V6_32
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
601
LVGROUP_V6_32
group32 = new LVGROUP_V6_32(group);
702
LVGROUP_V6_32
item32 = new LVGROUP_V6_32(item);
2045
cbSize = Marshal.SizeOf(typeof(
LVGROUP_V6_32
));
2074
static public explicit operator NativeMethods.LVGROUP_V6(
LVGROUP_V6_32
item)