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