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