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)
4900SelectionChange.Unselect(itemInfo); 4941SelectionChange.Unselect(itemInfo);
System\Windows\Controls\ListBox.cs (1)
872SelectionChange.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])); 1068SelectionChange.Unselect(info); 1274SelectionChange.Unselect(info); 1446SelectionChange.Unselect(info); 2053SelectionChange.Unselect(info); 2636Unselect(_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);