2 writes to _toUnselect
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2254
_toUnselect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
2323
_toUnselect
= new InternalSelectedItemsStorage(_owner._selectedItems);
14 references to _toUnselect
PresentationFramework (14)
System\Windows\Controls\Primitives\Selector.cs (14)
2276
_toUnselect
.Clear();
2328
if (_owner._selectedItems.Count > 1 && _owner._selectedItems.Count !=
_toUnselect
.Count + 1)
2333
_toUnselect
.Clear();
2338
_toUnselect
.Add(info);
2360
if (
_toUnselect
.Count > 0 || _toSelect.Count > 0)
2366
if (
_toUnselect
.ResolvedCount > 0)
2368
foreach (ItemInfo info in
_toUnselect
)
2383
if (
_toUnselect
.UnresolvedCount > 0)
2385
foreach (ItemInfo info in
_toUnselect
)
2515
if (
_toUnselect
.Remove(key))
2568
if (
_toUnselect
.Contains(info)) return false;
2570
_toUnselect
.Add(info);
2608
if (
_toUnselect
.Count > 0)
2610
_toUnselect
.Clear();