13 references to SelectJustThisItem
PresentationFramework (13)
src\Framework\System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (1)
54
parentSelector.SelectionChange.
SelectJustThisItem
(parentSelector.NewItemInfo(Item), true /* assumeInItemsCollection */);
src\Framework\System\Windows\Controls\ComboBox.cs (4)
1267
SelectionChange.
SelectJustThisItem
(NewItemInfo(item, comboBoxItem), true /* assumeInItemsCollection */);
1587
SelectionChange.
SelectJustThisItem
(NewItemInfo(item, container, i), true /* assumeInItemsCollection */);
1867
SelectionChange.
SelectJustThisItem
(infoToSelect, true /* assumeInItemsCollection */);
1876
SelectionChange.
SelectJustThisItem
(infoToSelect, true /* assumeInItemsCollection */);
src\Framework\System\Windows\Controls\ListBox.cs (1)
757
SelectionChange.
SelectJustThisItem
(info, true /* assumeInItemsCollection */);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (7)
360
s.SelectionChange.
SelectJustThisItem
(s.ItemInfoFromIndex(newIndex), true /* assumeInItemsCollection */);
412
s.SelectionChange.
SelectJustThisItem
(s.NewItemInfo(e.NewValue), false /* assumeInItemsCollection */);
492
s.SelectionChange.
SelectJustThisItem
(info, assumeInItemsCollection:true);
522
SelectionChange.
SelectJustThisItem
(NewItemInfo(item, null, index), true /* assumeInItemsCollection */);
554
SelectionChange.
SelectJustThisItem
(info, assumeInItemsCollection:true);
1567
SelectionChange.
SelectJustThisItem
(NewItemInfo(item, null, Items.CurrentPosition), true /* assumeInItemsCollection */);
1572
SelectionChange.
SelectJustThisItem
(null, false);