3 references to SetItemFocused
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
224return WindowsListView.SetItemFocused (_hwnd, _item); 772WindowsListView.SetItemFocused (hwnd, item);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
216return WindowsListView.SetItemFocused (_hwnd, this._itemParent);