2 references to LVM_GETFOCUSEDGROUP
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
338
int groupIndex = (int)Misc.ProxySendMessage(_hwnd, NativeMethods.
LVM_GETFOCUSEDGROUP
, IntPtr.Zero, IntPtr.Zero);
495
int groupIndex = (int)Misc.ProxySendMessage(hwnd, NativeMethods.
LVM_GETFOCUSEDGROUP
, IntPtr.Zero, IntPtr.Zero);