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