Implemented interface member:
5 references to IsReadOnly
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (4)
20Assert.False(collection.IsReadOnly); 31Assert.False(collection.IsReadOnly); 44Assert.False(collection.IsReadOnly); 71Assert.False(emptyCollection.IsReadOnly);
System\Windows\Forms\ListBoxTests.cs (1)
4777Assert.False(items.IsReadOnly);