2 writes to _toUnselect
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2253
_toUnselect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
2322
_toUnselect
= new InternalSelectedItemsStorage(_owner._selectedItems);
14 references to _toUnselect
PresentationFramework (14)
System\Windows\Controls\Primitives\Selector.cs (14)
2275
_toUnselect
.Clear();
2327
if (_owner._selectedItems.Count > 1 && _owner._selectedItems.Count !=
_toUnselect
.Count + 1)
2332
_toUnselect
.Clear();
2337
_toUnselect
.Add(info);
2359
if (
_toUnselect
.Count > 0 || _toSelect.Count > 0)
2365
if (
_toUnselect
.ResolvedCount > 0)
2367
foreach (ItemInfo info in
_toUnselect
)
2382
if (
_toUnselect
.UnresolvedCount > 0)
2384
foreach (ItemInfo info in
_toUnselect
)
2514
if (
_toUnselect
.Remove(key))
2567
if (
_toUnselect
.Contains(info)) return false;
2569
_toUnselect
.Add(info);
2607
if (
_toUnselect
.Count > 0)
2609
_toUnselect
.Clear();