13 references to SelectJustThisItem
PresentationFramework (13)
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (1)
43parentSelector.SelectionChange.SelectJustThisItem(parentSelector.NewItemInfo(Item), true /* assumeInItemsCollection */);
System\Windows\Controls\ComboBox.cs (4)
1246SelectionChange.SelectJustThisItem(NewItemInfo(item, comboBoxItem), true /* assumeInItemsCollection */); 1565SelectionChange.SelectJustThisItem(NewItemInfo(item, container, i), true /* assumeInItemsCollection */); 1845SelectionChange.SelectJustThisItem(infoToSelect, true /* assumeInItemsCollection */); 1854SelectionChange.SelectJustThisItem(infoToSelect, true /* assumeInItemsCollection */);
System\Windows\Controls\ListBox.cs (1)
793SelectionChange.SelectJustThisItem(info, true /* assumeInItemsCollection */);
System\Windows\Controls\Primitives\Selector.cs (7)
337s.SelectionChange.SelectJustThisItem(s.ItemInfoFromIndex(newIndex), true /* assumeInItemsCollection */); 389s.SelectionChange.SelectJustThisItem(s.NewItemInfo(e.NewValue), false /* assumeInItemsCollection */); 469s.SelectionChange.SelectJustThisItem(info, assumeInItemsCollection:true); 499SelectionChange.SelectJustThisItem(NewItemInfo(item, null, index), true /* assumeInItemsCollection */); 531SelectionChange.SelectJustThisItem(info, assumeInItemsCollection:true); 1534SelectionChange.SelectJustThisItem(NewItemInfo(item, null, Items.CurrentPosition), true /* assumeInItemsCollection */); 1539SelectionChange.SelectJustThisItem(null, false);