16 references to Unselect
PresentationFramework (16)
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (1)
80parentSelector.SelectionChange.Unselect(parentSelector.NewItemInfo(Item));
System\Windows\Controls\DataGrid.cs (2)
4860SelectionChange.Unselect(itemInfo); 4901SelectionChange.Unselect(itemInfo);
System\Windows\Controls\ListBox.cs (1)
870SelectionChange.Unselect(info);
System\Windows\Controls\Primitives\Selector.cs (9)
820SelectionChange.Unselect(NewUnresolvedItemInfo(currentlySelectedItem)); 882SelectionChange.Unselect(NewUnresolvedItemInfo(e.OldItems[0])); 889SelectionChange.Unselect(_selectedItems[i]); 904SelectionChange.Unselect(NewUnresolvedItemInfo(e.OldItems[0])); 1066SelectionChange.Unselect(info); 1272SelectionChange.Unselect(info); 1444SelectionChange.Unselect(info); 2051SelectionChange.Unselect(info); 2633Unselect(_owner._selectedItems[i]);
System\Windows\Controls\SelectedItemCollection.cs (3)
42_selector.SelectionChange.Unselect(current); 61_selector.SelectionChange.Unselect(_selector.NewItemInfo(this[index])); 241_selector.SelectionChange.Unselect(info);