1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
632_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\ListCollectionView.cs (6)
537get { return _newItemPlaceholderPosition; } 542if (value != _newItemPlaceholderPosition && IsAddingNew) 545if (value != _newItemPlaceholderPosition && _isRemoving) 559switch (_newItemPlaceholderPosition) 581switch (_newItemPlaceholderPosition) 605switch (_newItemPlaceholderPosition)