13 references to SelectJustThisItem
PresentationFramework (13)
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (1)
57parentSelector.SelectionChange.SelectJustThisItem(parentSelector.NewItemInfo(Item), true /* assumeInItemsCollection */);
System\Windows\Controls\ComboBox.cs (4)
1265SelectionChange.SelectJustThisItem(NewItemInfo(item, comboBoxItem), true /* assumeInItemsCollection */); 1584SelectionChange.SelectJustThisItem(NewItemInfo(item, container, i), true /* assumeInItemsCollection */); 1864SelectionChange.SelectJustThisItem(infoToSelect, true /* assumeInItemsCollection */); 1873SelectionChange.SelectJustThisItem(infoToSelect, true /* assumeInItemsCollection */);
System\Windows\Controls\ListBox.cs (1)
802SelectionChange.SelectJustThisItem(info, true /* assumeInItemsCollection */);
System\Windows\Controls\Primitives\Selector.cs (7)
350s.SelectionChange.SelectJustThisItem(s.ItemInfoFromIndex(newIndex), true /* assumeInItemsCollection */); 402s.SelectionChange.SelectJustThisItem(s.NewItemInfo(e.NewValue), false /* assumeInItemsCollection */); 482s.SelectionChange.SelectJustThisItem(info, assumeInItemsCollection:true); 512SelectionChange.SelectJustThisItem(NewItemInfo(item, null, index), true /* assumeInItemsCollection */); 544SelectionChange.SelectJustThisItem(info, assumeInItemsCollection:true); 1547SelectionChange.SelectJustThisItem(NewItemInfo(item, null, Items.CurrentPosition), true /* assumeInItemsCollection */); 1552SelectionChange.SelectJustThisItem(null, false);