1 write to _toDeferSelect
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
2257
_toDeferSelect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
8 references to _toDeferSelect
PresentationFramework (8)
System\Windows\Controls\Primitives\Selector.cs (8)
2350
for (int i = 0; i <
_toDeferSelect
.Count; i++)
2352
ItemInfo info =
_toDeferSelect
[i];
2357
_toDeferSelect
.Remove(info);
2509
if (!
_toDeferSelect
.Contains(info))
2510
_toDeferSelect
.Add(info);
2559
_toDeferSelect
.Remove(info);
2598
if (
_toDeferSelect
.Count > 0)
2600
_toDeferSelect
.Clear();