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 (7)
System\Drawing\Design\CategoryNameCollection.cs (7)
14
/// Initializes a new instance of <see cref='
CategoryNameCollection
'/> based on another
15
/// <see cref='
CategoryNameCollection
'/>.
17
public 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.Windows.Forms.Design (1)
System\Drawing\Design\IToolboxService.cs (1)
23
CategoryNameCollection
CategoryNames { get; }