1 write to _newItemPlaceholderPosition
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
531
_newItemPlaceholderPosition
= value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (6)
436
get { return
_newItemPlaceholderPosition
; }
441
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
444
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
458
switch (
_newItemPlaceholderPosition
)
480
switch (
_newItemPlaceholderPosition
)
504
switch (
_newItemPlaceholderPosition
)