1 write to _toDeferSelect
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
2254
_toDeferSelect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
8 references to _toDeferSelect
PresentationFramework (8)
System\Windows\Controls\Primitives\Selector.cs (8)
2347
for (int i = 0; i <
_toDeferSelect
.Count; i++)
2349
ItemInfo info =
_toDeferSelect
[i];
2354
_toDeferSelect
.Remove(info);
2505
if (!
_toDeferSelect
.Contains(info))
2506
_toDeferSelect
.Add(info);
2555
_toDeferSelect
.Remove(info);
2594
if (
_toDeferSelect
.Count > 0)
2596
_toDeferSelect
.Clear();