1 write to _toDeferSelect
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
2266
_toDeferSelect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
8 references to _toDeferSelect
PresentationFramework (8)
System\Windows\Controls\Primitives\Selector.cs (8)
2359
for (int i = 0; i <
_toDeferSelect
.Count; i++)
2361
ItemInfo info =
_toDeferSelect
[i];
2366
_toDeferSelect
.Remove(info);
2518
if (!
_toDeferSelect
.Contains(info))
2519
_toDeferSelect
.Add(info);
2568
_toDeferSelect
.Remove(info);
2607
if (
_toDeferSelect
.Count > 0)
2609
_toDeferSelect
.Clear();