2 references to LVM_GETFOCUSEDCOLUMN
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
376
int column = (int)Misc.ProxySendMessage(_hwnd, NativeMethods.
LVM_GETFOCUSEDCOLUMN
, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
383
int column = (int)Misc.ProxySendMessage(_hwnd, NativeMethods.
LVM_GETFOCUSEDCOLUMN
, IntPtr.Zero, IntPtr.Zero);