1 write to _toDeferSelect
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
2255
_toDeferSelect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
8 references to _toDeferSelect
PresentationFramework (8)
System\Windows\Controls\Primitives\Selector.cs (8)
2348
for (int i = 0; i <
_toDeferSelect
.Count; i++)
2350
ItemInfo info =
_toDeferSelect
[i];
2355
_toDeferSelect
.Remove(info);
2506
if (!
_toDeferSelect
.Contains(info))
2507
_toDeferSelect
.Add(info);
2556
_toDeferSelect
.Remove(info);
2595
if (
_toDeferSelect
.Count > 0)
2597
_toDeferSelect
.Clear();