2 types derived from NonNullCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntryCollection.cs (1)
6internal sealed class GridEntryCollection : NonNullCollection<GridEntry>, IDisposable
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\NonNullCollectionTests.cs (1)
151private class TestCollection : NonNullCollection<object>