2 writes to _isRemoving
PresentationFramework (2)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
1124
_isRemoving
= true;
1153
_isRemoving
= false;
1 reference to _isRemoving
PresentationFramework (1)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
559
if (value != _newItemPlaceholderPosition &&
_isRemoving
)