2 implementations of ICancelAddNew
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
16
Collection<T>, IBindingList,
ICancelAddNew
, IRaiseItemChangedEvents
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
20
ICancelAddNew
,
13 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)
668
ICancelAddNew
ican = InternalList as
ICancelAddNew
;
715
ICancelAddNew
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
System.Windows.Forms (6)
System\Windows\Forms\DataBinding\BindingSource.cs (4)
1819
void
ICancelAddNew
.CancelNew(int position)
1828
if (List is
ICancelAddNew
iCancel)
1835
void
ICancelAddNew
.EndNew(int position)
1843
if (List is
ICancelAddNew
iCancel)
System\Windows\Forms\DataBinding\CurrencyManager.cs (2)
308
if (_list is
ICancelAddNew
iListWithCancelAddNewSupport)
481
if (_list is
ICancelAddNew
iListWithCancelAddNewSupport)