2 writes to _toUnselect
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2265
_toUnselect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
2334
_toUnselect
= new InternalSelectedItemsStorage(_owner._selectedItems);
14 references to _toUnselect
PresentationFramework (14)
System\Windows\Controls\Primitives\Selector.cs (14)
2287
_toUnselect
.Clear();
2339
if (_owner._selectedItems.Count > 1 && _owner._selectedItems.Count !=
_toUnselect
.Count + 1)
2344
_toUnselect
.Clear();
2349
_toUnselect
.Add(info);
2371
if (
_toUnselect
.Count > 0 || _toSelect.Count > 0)
2377
if (
_toUnselect
.ResolvedCount > 0)
2379
foreach (ItemInfo info in
_toUnselect
)
2394
if (
_toUnselect
.UnresolvedCount > 0)
2396
foreach (ItemInfo info in
_toUnselect
)
2527
if (
_toUnselect
.Remove(key))
2580
if (
_toUnselect
.Contains(info)) return false;
2582
_toUnselect
.Add(info);
2620
if (
_toUnselect
.Count > 0)
2622
_toUnselect
.Clear();