7 writes to Focused
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
828value.Focused = true; 5980lvhti.Item.Focused = true; 7119Items[0].Focused = true;
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
415this[index].Focused = false;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
606_listViewCannedMasks.Items[0].Focused = true;
System\Windows\Forms\Design\StyleEditorForm.cs (2)
804_columnsAndRowsListView.FocusedItem?.Focused = false; 808_columnsAndRowsListView.Items[index].Focused = true;
2 references to Focused
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4909if (firstSelectedItem.Focused && _selectedItem != firstSelectedItem) 6640if (item.Focused)