2 writes to _toUnselect
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
2310
_toUnselect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
2379
_toUnselect
= new InternalSelectedItemsStorage(_owner._selectedItems);
14 references to _toUnselect
PresentationFramework (14)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (14)
2332
_toUnselect
.Clear();
2384
if (_owner._selectedItems.Count > 1 && _owner._selectedItems.Count !=
_toUnselect
.Count + 1)
2389
_toUnselect
.Clear();
2394
_toUnselect
.Add(info);
2416
if (
_toUnselect
.Count > 0 || _toSelect.Count > 0)
2422
if (
_toUnselect
.ResolvedCount > 0)
2424
foreach (ItemInfo info in
_toUnselect
)
2439
if (
_toUnselect
.UnresolvedCount > 0)
2441
foreach (ItemInfo info in
_toUnselect
)
2572
if (
_toUnselect
.Remove(key))
2625
if (
_toUnselect
.Contains(info)) return false;
2627
_toUnselect
.Add(info);
2666
if (
_toUnselect
.Count > 0)
2668
_toUnselect
.Clear();