1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
632
_newItemPlaceholderPosition
= value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\ListCollectionView.cs (6)
537
get { return
_newItemPlaceholderPosition
; }
542
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
545
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
559
switch (
_newItemPlaceholderPosition
)
581
switch (
_newItemPlaceholderPosition
)
605
switch (
_newItemPlaceholderPosition
)