8 references to CategoryNameCollection
System.Drawing (8)
commonui\System\Drawing\Design\CategoryNameCollection.cs (7)
23/// Initializes a new instance of <see cref='System.Drawing.Design.CategoryNameCollection'/> based on another <see cref='System.Drawing.Design.CategoryNameCollection'/>. 26public CategoryNameCollection(CategoryNameCollection value) { 33/// Initializes a new instance of <see cref='System.Drawing.Design.CategoryNameCollection'/> containing any array of <see cref='System.String'/> objects. 53/// <see cref='System.Drawing.Design.CategoryNameCollection'/> contains the specified <see cref='System.String'/>.</para> 61/// <para>Copies the <see cref='System.Drawing.Design.CategoryNameCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 71/// the <see cref='System.Drawing.Design.CategoryNameCollection'/> .</para>
commonui\System\Drawing\Design\IToolboxService.cs (1)
28CategoryNameCollection CategoryNames { get; }