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);
9 references to CategoryNameCollection
System.Drawing (1)
System.Drawing.cs (1)
19[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.CategoryNameCollection))]
System.Drawing.Common (1)
Special\NotSupported.cs (1)
1377public CategoryNameCollection(System.Drawing.Design.CategoryNameCollection value) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
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)
285public CategoryNameCollection CategoryNames => null;