3 instantiations of LVGROUP_32
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
519
LVGROUP_32 group32 = new
LVGROUP_32
(group);
556
LVGROUP_32 group32 = new
LVGROUP_32
(group);
643
LVGROUP_32 item32 = new
LVGROUP_32
(item);
6 references to LVGROUP_32
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (6)
519
LVGROUP_32
group32 = new LVGROUP_32(group);
556
LVGROUP_32
group32 = new LVGROUP_32(group);
643
LVGROUP_32
item32 = new LVGROUP_32(item);
1388
private static string ListView_V6_GetGroupTextOnWinXp(IntPtr hwnd,
LVGROUP_32
group)
1980
cbSize = Marshal.SizeOf(typeof(
LVGROUP_32
));
1993
static public explicit operator NativeMethods.LVGROUP(
LVGROUP_32
item)