1 write to _toDeferSelect
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2311
_toDeferSelect
= new InternalSelectedItemsStorage(1, MatchUnresolvedEqualityComparer);
8 references to _toDeferSelect
PresentationFramework (8)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (8)
2404
for (int i = 0; i <
_toDeferSelect
.Count; i++)
2406
ItemInfo info =
_toDeferSelect
[i];
2411
_toDeferSelect
.Remove(info);
2563
if (!
_toDeferSelect
.Contains(info))
2564
_toDeferSelect
.Add(info);
2613
_toDeferSelect
.Remove(info);
2653
if (
_toDeferSelect
.Count > 0)
2655
_toDeferSelect
.Clear();