13 references to SelectJustThisItem
PresentationFramework (13)
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (1)
44parentSelector.SelectionChange.SelectJustThisItem(parentSelector.NewItemInfo(Item), true /* assumeInItemsCollection */);
System\Windows\Controls\ComboBox.cs (4)
1261SelectionChange.SelectJustThisItem(NewItemInfo(item, comboBoxItem), true /* assumeInItemsCollection */); 1580SelectionChange.SelectJustThisItem(NewItemInfo(item, container, i), true /* assumeInItemsCollection */); 1860SelectionChange.SelectJustThisItem(infoToSelect, true /* assumeInItemsCollection */); 1869SelectionChange.SelectJustThisItem(infoToSelect, true /* assumeInItemsCollection */);
System\Windows\Controls\ListBox.cs (1)
798SelectionChange.SelectJustThisItem(info, true /* assumeInItemsCollection */);
System\Windows\Controls\Primitives\Selector.cs (7)
338s.SelectionChange.SelectJustThisItem(s.ItemInfoFromIndex(newIndex), true /* assumeInItemsCollection */); 390s.SelectionChange.SelectJustThisItem(s.NewItemInfo(e.NewValue), false /* assumeInItemsCollection */); 470s.SelectionChange.SelectJustThisItem(info, assumeInItemsCollection:true); 500SelectionChange.SelectJustThisItem(NewItemInfo(item, null, index), true /* assumeInItemsCollection */); 532SelectionChange.SelectJustThisItem(info, assumeInItemsCollection:true); 1536SelectionChange.SelectJustThisItem(NewItemInfo(item, null, Items.CurrentPosition), true /* assumeInItemsCollection */); 1541SelectionChange.SelectJustThisItem(null, false);