3 references to SetItemFocused
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
217return WindowsListView.SetItemFocused (_hwnd, _item); 762WindowsListView.SetItemFocused (hwnd, item);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
209return WindowsListView.SetItemFocused (_hwnd, this._itemParent);