20 references to SourceList
PresentationFramework (20)
System\Windows\Data\ListCollectionView.cs (20)
668get { return !IsEditingItem && !SourceList.IsFixedSize && CanConstructItem; } 676get { return !IsEditingItem && !SourceList.IsFixedSize; } 753BindingOperations.AccessCollection(SourceList, 759int index = SourceList.Add(newItem); 762if (!(SourceList is INotifyCollectionChanged)) 765if (!System.Windows.Controls.ItemsControl.EqualsEx(newItem, SourceList[index])) 767index = SourceList.IndexOf(newItem); 963BindingOperations.AccessCollection(SourceList, 967SourceList.RemoveAt(_newItemIndex); 1055get { return !IsEditingItem && !IsAddingNew && !SourceList.IsFixedSize; } 1093BindingOperations.AccessCollection(SourceList, 1111bool raiseEvent = !(SourceList is INotifyCollectionChanged); 1121listIndex = SourceList.IndexOf(item); 1122SourceList.RemoveAt(listIndex); 1126SourceList.Remove(item); 1131SourceList.RemoveAt(listIndex); 1215: SourceList.Contains(editItem) && PassesFilter(editItem); 1289toIndex = AdjustBefore(NotifyCollectionChangedAction.Add, editItem, SourceList.IndexOf(editItem)); 1659_internalList = SourceList; 1733_newItemIndex = SourceList.IndexOf(_newItem);