Implemented interface member:
5 references to IsReadOnly
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (4)
18Assert.False(collection.IsReadOnly); 29Assert.False(collection.IsReadOnly); 42Assert.False(collection.IsReadOnly); 69Assert.False(emptyCollection.IsReadOnly);
System\Windows\Forms\ListBoxTests.cs (1)
4775Assert.False(items.IsReadOnly);