Implemented interface member:
property
AllowRemove
System.ComponentModel.IBindingList.AllowRemove
7 references to AllowRemove
System.Windows.Forms.Tests (7)
System\Windows\Forms\BindingSourceTests.cs (7)
20Assert.True(source.AllowRemove); 79Assert.True(source.AllowRemove); 144Assert.Equal(expectedAllowRemove, source.AllowRemove); 230Assert.Equal(expectedAllowRemove, source.AllowRemove); 300Assert.Equal(expectedAllowRemove, source.AllowRemove); 409Assert.False(source.AllowRemove); 483Assert.True(source.AllowRemove);