1 write to _newItemPlaceholderPosition
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
531_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (6)
436get { return _newItemPlaceholderPosition; } 441if (value != _newItemPlaceholderPosition && IsAddingNew) 444if (value != _newItemPlaceholderPosition && _isRemoving) 458switch (_newItemPlaceholderPosition) 480switch (_newItemPlaceholderPosition) 504switch (_newItemPlaceholderPosition)