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