1 implementation of ICancelAddNew
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
16Collection<T>, IBindingList, ICancelAddNew, IRaiseItemChangedEvents
7 references to ICancelAddNew
netstandard (1)
netstandard.cs (1)
325[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ICancelAddNew))]
PresentationFramework (4)
System\Windows\Data\BindingListCollectionView.cs (4)
668ICancelAddNew ican = InternalList as ICancelAddNew; 715ICancelAddNew ican = InternalList as ICancelAddNew;
System (1)
src\libraries\shims\System\ref\System.cs (1)
311[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ICancelAddNew))]
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
284/// Add operations are cancellable via the <see cref="ICancelAddNew" /> interface. The position of the