4 references to LVIS_FOCUSED
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
882return SetItemState(hwnd, item, NativeMethods.LVIS_FOCUSED, NativeMethods.LVIS_FOCUSED); 888int state = GetItemState(hwnd, item, NativeMethods.LVIS_FOCUSED); 890return (Misc.IsBitSet(state, NativeMethods.LVIS_FOCUSED));