2 implementations of CancelNew
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
257
public virtual void
CancelNew
(int itemIndex)
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1819
void ICancelAddNew.
CancelNew
(int position)
3 references to CancelNew
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
725
ican.
CancelNew
(_newItemIndex);
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1830
iCancel.
CancelNew
(position);
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
310
iListWithCancelAddNewSupport.
CancelNew
(Position);