1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
519_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
424get { return _newItemPlaceholderPosition; } 429if (value != _newItemPlaceholderPosition && IsAddingNew) 432if (value != _newItemPlaceholderPosition && _isRemoving) 446switch (_newItemPlaceholderPosition) 468switch (_newItemPlaceholderPosition) 492switch (_newItemPlaceholderPosition)