1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
518_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
423get { return _newItemPlaceholderPosition; } 428if (value != _newItemPlaceholderPosition && IsAddingNew) 431if (value != _newItemPlaceholderPosition && _isRemoving) 445switch (_newItemPlaceholderPosition) 467switch (_newItemPlaceholderPosition) 491switch (_newItemPlaceholderPosition)