1 write to _batchRemove
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
2807
_batchRemove
= new BatchRemoveHelper(this);
6 references to _batchRemove
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
2725
++
_batchRemove
.RemovedCount;
2798
public bool RemoveIsDeferred { get { return
_batchRemove
!= null &&
_batchRemove
.IsActive; } }
2805
if (
_batchRemove
== null)
2810
_batchRemove
.Enter();
2811
return
_batchRemove
;