1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
524_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
429get { return _newItemPlaceholderPosition; } 434if (value != _newItemPlaceholderPosition && IsAddingNew) 437if (value != _newItemPlaceholderPosition && _isRemoving) 451switch (_newItemPlaceholderPosition) 473switch (_newItemPlaceholderPosition) 497switch (_newItemPlaceholderPosition)