2 writes to SelectedIndex
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\ComboBoxHelper.cs (1)
26comboBox.SelectedIndex = -1;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1167dataGrid.SelectedIndex = nextSelectedIndex;
6 references to SelectedIndex
PresentationFramework (6)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
770if (matchedIndex != SelectedIndex)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
422int selectedIndex = s.SelectedIndex; 1528Debug.Assert(!((SelectedIndex >= 0) && (_selectedItems.Count == 0)), "SelectedIndex >= 0 implies _selectedItems nonempty");
src\Framework\System\Windows\Controls\TabControl.cs (3)
399if (e.Action == NotifyCollectionChangedAction.Remove && SelectedIndex == -1) 532tabItem = ItemContainerGenerator.ContainerFromIndex(SelectedIndex) as TabItem; 554if (SelectedIndex < 0)