Implemented interface member:
property
AllowRemove
System.ComponentModel.IBindingList.AllowRemove
7 references to AllowRemove
System.Windows.Forms.Tests (7)
System\Windows\Forms\BindingSourceTests.cs (7)
18Assert.True(source.AllowRemove); 77Assert.True(source.AllowRemove); 142Assert.Equal(expectedAllowRemove, source.AllowRemove); 228Assert.Equal(expectedAllowRemove, source.AllowRemove); 298Assert.Equal(expectedAllowRemove, source.AllowRemove); 407Assert.False(source.AllowRemove); 481Assert.True(source.AllowRemove);