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