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