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