1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
519
_newItemPlaceholderPosition
= value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
424
get { return
_newItemPlaceholderPosition
; }
429
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
432
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
446
switch (
_newItemPlaceholderPosition
)
468
switch (
_newItemPlaceholderPosition
)
492
switch (
_newItemPlaceholderPosition
)