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)
551
get { return
_newItemPlaceholderPosition
; }
556
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
559
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
573
switch (
_newItemPlaceholderPosition
)
595
switch (
_newItemPlaceholderPosition
)
619
switch (
_newItemPlaceholderPosition
)