1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
631_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\ListCollectionView.cs (6)
536get { return _newItemPlaceholderPosition; } 541if (value != _newItemPlaceholderPosition && IsAddingNew) 544if (value != _newItemPlaceholderPosition && _isRemoving) 558switch (_newItemPlaceholderPosition) 580switch (_newItemPlaceholderPosition) 604switch (_newItemPlaceholderPosition)