20 references to SourceList
PresentationFramework (20)
System\Windows\Data\ListCollectionView.cs (20)
662get { return !IsEditingItem && !SourceList.IsFixedSize && CanConstructItem; } 670get { return !IsEditingItem && !SourceList.IsFixedSize; } 747BindingOperations.AccessCollection(SourceList, 753int index = SourceList.Add(newItem); 756if (!(SourceList is INotifyCollectionChanged)) 759if (!System.Windows.Controls.ItemsControl.EqualsEx(newItem, SourceList[index])) 761index = SourceList.IndexOf(newItem); 957BindingOperations.AccessCollection(SourceList, 961SourceList.RemoveAt(_newItemIndex); 1049get { return !IsEditingItem && !IsAddingNew && !SourceList.IsFixedSize; } 1087BindingOperations.AccessCollection(SourceList, 1105bool raiseEvent = !(SourceList is INotifyCollectionChanged); 1115listIndex = SourceList.IndexOf(item); 1116SourceList.RemoveAt(listIndex); 1120SourceList.Remove(item); 1125SourceList.RemoveAt(listIndex); 1209: SourceList.Contains(editItem) && PassesFilter(editItem); 1283toIndex = AdjustBefore(NotifyCollectionChangedAction.Add, editItem, SourceList.IndexOf(editItem)); 1653_internalList = SourceList; 1727_newItemIndex = SourceList.IndexOf(_newItem);