16 references to Unselect
PresentationFramework (16)
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (1)
94parentSelector.SelectionChange.Unselect(parentSelector.NewItemInfo(Item));
System\Windows\Controls\DataGrid.cs (2)
4899SelectionChange.Unselect(itemInfo); 4940SelectionChange.Unselect(itemInfo);
System\Windows\Controls\ListBox.cs (1)
876SelectionChange.Unselect(info);
System\Windows\Controls\Primitives\Selector.cs (9)
832SelectionChange.Unselect(NewUnresolvedItemInfo(currentlySelectedItem)); 894SelectionChange.Unselect(NewUnresolvedItemInfo(e.OldItems[0])); 901SelectionChange.Unselect(_selectedItems[i]); 916SelectionChange.Unselect(NewUnresolvedItemInfo(e.OldItems[0])); 1079SelectionChange.Unselect(info); 1285SelectionChange.Unselect(info); 1457SelectionChange.Unselect(info); 2063SelectionChange.Unselect(info); 2646Unselect(_owner._selectedItems[i]);
System\Windows\Controls\SelectedItemCollection.cs (3)
45_selector.SelectionChange.Unselect(current); 64_selector.SelectionChange.Unselect(_selector.NewItemInfo(this[index])); 244_selector.SelectionChange.Unselect(info);