20 references to SourceList
PresentationFramework (20)
src\Framework\System\Windows\Data\ListCollectionView.cs (20)
676get { return !IsEditingItem && !SourceList.IsFixedSize && CanConstructItem; } 684get { return !IsEditingItem && !SourceList.IsFixedSize; } 761BindingOperations.AccessCollection(SourceList, 767int index = SourceList.Add(newItem); 770if (!(SourceList is INotifyCollectionChanged)) 773if (!System.Windows.Controls.ItemsControl.EqualsEx(newItem, SourceList[index])) 775index = SourceList.IndexOf(newItem); 971BindingOperations.AccessCollection(SourceList, 975SourceList.RemoveAt(_newItemIndex); 1063get { return !IsEditingItem && !IsAddingNew && !SourceList.IsFixedSize; } 1101BindingOperations.AccessCollection(SourceList, 1119bool raiseEvent = !(SourceList is INotifyCollectionChanged); 1129listIndex = SourceList.IndexOf(item); 1130SourceList.RemoveAt(listIndex); 1134SourceList.Remove(item); 1139SourceList.RemoveAt(listIndex); 1223: SourceList.Contains(editItem) && PassesFilter(editItem); 1297toIndex = AdjustBefore(NotifyCollectionChangedAction.Add, editItem, SourceList.IndexOf(editItem)); 1667_internalList = SourceList; 1742_newItemIndex = SourceList.IndexOf(_newItem);