1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
524
_newItemPlaceholderPosition
= value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
429
get { return
_newItemPlaceholderPosition
; }
434
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
437
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
451
switch (
_newItemPlaceholderPosition
)
473
switch (
_newItemPlaceholderPosition
)
497
switch (
_newItemPlaceholderPosition
)