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