1 write to _newItemPlaceholderPosition
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
518
_newItemPlaceholderPosition
= value;
6 references to _newItemPlaceholderPosition
PresentationFramework (6)
System\Windows\Data\BindingListCollectionView.cs (6)
423
get { return
_newItemPlaceholderPosition
; }
428
if (value !=
_newItemPlaceholderPosition
&& IsAddingNew)
431
if (value !=
_newItemPlaceholderPosition
&& _isRemoving)
445
switch (
_newItemPlaceholderPosition
)
467
switch (
_newItemPlaceholderPosition
)
491
switch (
_newItemPlaceholderPosition
)