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