16 references to Unselect
PresentationFramework (16)
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (1)
81parentSelector.SelectionChange.Unselect(parentSelector.NewItemInfo(Item));
System\Windows\Controls\DataGrid.cs (2)
4861SelectionChange.Unselect(itemInfo); 4902SelectionChange.Unselect(itemInfo);
System\Windows\Controls\ListBox.cs (1)
871SelectionChange.Unselect(info);
System\Windows\Controls\Primitives\Selector.cs (9)
821SelectionChange.Unselect(NewUnresolvedItemInfo(currentlySelectedItem)); 883SelectionChange.Unselect(NewUnresolvedItemInfo(e.OldItems[0])); 890SelectionChange.Unselect(_selectedItems[i]); 905SelectionChange.Unselect(NewUnresolvedItemInfo(e.OldItems[0])); 1067SelectionChange.Unselect(info); 1273SelectionChange.Unselect(info); 1445SelectionChange.Unselect(info); 2052SelectionChange.Unselect(info); 2634Unselect(_owner._selectedItems[i]);
System\Windows\Controls\SelectedItemCollection.cs (3)
43_selector.SelectionChange.Unselect(current); 62_selector.SelectionChange.Unselect(_selector.NewItemInfo(this[index])); 242_selector.SelectionChange.Unselect(info);