4 references to LVIS_FOCUSED
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
893return SetItemState(hwnd, item, NativeMethods.LVIS_FOCUSED, NativeMethods.LVIS_FOCUSED); 899int state = GetItemState(hwnd, item, NativeMethods.LVIS_FOCUSED); 901return (Misc.IsBitSet(state, NativeMethods.LVIS_FOCUSED));