5 instantiations of CategoryNameCollection
System.Drawing.Common.Tests (5)
Design\CategoryNameCollectionTests.cs (5)
12CategoryNameCollection collection = new(value); 20CategoryNameCollection sourceCollection = new(value); 22CategoryNameCollection collection = new(sourceCollection); 30CategoryNameCollection sourceCollection = new(value); 45CategoryNameCollection sourceCollection = new(value);
15 references to CategoryNameCollection
System.Drawing (1)
System.Drawing.cs (1)
19[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.CategoryNameCollection))]
System.Drawing.Common (7)
System\Drawing\Design\CategoryNameCollection.cs (7)
14/// Initializes a new instance of <see cref='CategoryNameCollection'/> based on another 15/// <see cref='CategoryNameCollection'/>. 17public CategoryNameCollection(CategoryNameCollection value) => InnerList.AddRange(value); 20/// Initializes a new instance of <see cref='CategoryNameCollection'/> containing any array of 31/// Gets a value indicating whether the <see cref='CategoryNameCollection'/> contains the specified 37/// Copies the <see cref='CategoryNameCollection'/> values to a one-dimensional <see cref='Array'/> instance 43/// Returns the index of a <see cref='string'/> in the <see cref='CategoryNameCollection'/> .
System.Drawing.Common.Tests (5)
Design\CategoryNameCollectionTests.cs (5)
12CategoryNameCollection collection = new(value); 20CategoryNameCollection sourceCollection = new(value); 22CategoryNameCollection collection = new(sourceCollection); 30CategoryNameCollection sourceCollection = new(value); 45CategoryNameCollection sourceCollection = new(value);
System.Windows.Forms.Design (1)
System\Drawing\Design\IToolboxService.cs (1)
23CategoryNameCollection CategoryNames { get; }
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
286public CategoryNameCollection CategoryNames => null;