1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
631
_newItemPlaceholderPosition
= value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\ListCollectionView.cs (6)
536
get { return
_newItemPlaceholderPosition
; }
541
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
544
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
558
switch (
_newItemPlaceholderPosition
)
580
switch (
_newItemPlaceholderPosition
)
604
switch (
_newItemPlaceholderPosition
)