2 writes to _isRemoving
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
949
_isRemoving
= true;
954
_isRemoving
= false;
1 reference to _isRemoving
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
444
if (value != _newItemPlaceholderPosition &&
_isRemoving
)