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