20 references to SourceList
PresentationFramework (20)
System\Windows\Data\ListCollectionView.cs (20)
661get { return !IsEditingItem && !SourceList.IsFixedSize && CanConstructItem; } 669get { return !IsEditingItem && !SourceList.IsFixedSize; } 746BindingOperations.AccessCollection(SourceList, 752int index = SourceList.Add(newItem); 755if (!(SourceList is INotifyCollectionChanged)) 758if (!System.Windows.Controls.ItemsControl.EqualsEx(newItem, SourceList[index])) 760index = SourceList.IndexOf(newItem); 950BindingOperations.AccessCollection(SourceList, 954SourceList.RemoveAt(_newItemIndex); 1039get { return !IsEditingItem && !IsAddingNew && !SourceList.IsFixedSize; } 1077BindingOperations.AccessCollection(SourceList, 1095bool raiseEvent = !(SourceList is INotifyCollectionChanged); 1105listIndex = SourceList.IndexOf(item); 1106SourceList.RemoveAt(listIndex); 1110SourceList.Remove(item); 1115SourceList.RemoveAt(listIndex); 1193: SourceList.Contains(editItem) && PassesFilter(editItem); 1267toIndex = AdjustBefore(NotifyCollectionChangedAction.Add, editItem, SourceList.IndexOf(editItem)); 1634_internalList = SourceList; 1708_newItemIndex = SourceList.IndexOf(_newItem);