1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
638_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\ListCollectionView.cs (6)
543get { return _newItemPlaceholderPosition; } 548if (value != _newItemPlaceholderPosition && IsAddingNew) 551if (value != _newItemPlaceholderPosition && _isRemoving) 565switch (_newItemPlaceholderPosition) 587switch (_newItemPlaceholderPosition) 611switch (_newItemPlaceholderPosition)