1 write to _newItemPlaceholderPosition
PresentationFramework (1)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
646_newItemPlaceholderPosition = value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
src\Framework\System\Windows\Data\ListCollectionView.cs (6)
551get { return _newItemPlaceholderPosition; } 556if (value != _newItemPlaceholderPosition && IsAddingNew) 559if (value != _newItemPlaceholderPosition && _isRemoving) 573switch (_newItemPlaceholderPosition) 595switch (_newItemPlaceholderPosition) 619switch (_newItemPlaceholderPosition)