1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
638
_newItemPlaceholderPosition
= value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\ListCollectionView.cs (6)
543
get { return
_newItemPlaceholderPosition
; }
548
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
551
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
565
switch (
_newItemPlaceholderPosition
)
587
switch (
_newItemPlaceholderPosition
)
611
switch (
_newItemPlaceholderPosition
)