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); 951BindingOperations.AccessCollection(SourceList, 955SourceList.RemoveAt(_newItemIndex); 1040get { return !IsEditingItem && !IsAddingNew && !SourceList.IsFixedSize; } 1078BindingOperations.AccessCollection(SourceList, 1096bool raiseEvent = !(SourceList is INotifyCollectionChanged); 1106listIndex = SourceList.IndexOf(item); 1107SourceList.RemoveAt(listIndex); 1111SourceList.Remove(item); 1116SourceList.RemoveAt(listIndex); 1194: SourceList.Contains(editItem) && PassesFilter(editItem); 1268toIndex = AdjustBefore(NotifyCollectionChangedAction.Add, editItem, SourceList.IndexOf(editItem)); 1635_internalList = SourceList; 1709_newItemIndex = SourceList.IndexOf(_newItem);