1 write to _batchRemove
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2863
_batchRemove
= new BatchRemoveHelper(this);
6 references to _batchRemove
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (6)
2781
++
_batchRemove
.RemovedCount;
2854
public bool RemoveIsDeferred { get { return
_batchRemove
!= null &&
_batchRemove
.IsActive; } }
2861
if (
_batchRemove
== null)
2866
_batchRemove
.Enter();
2867
return
_batchRemove
;