2 instantiations of DesignerCollection
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerEventService.cs (1)
313
_designerCollection ??= new
DesignerCollection
(_designerList);
System\ComponentModel\Design\DesignSurfaceCollection.cs (1)
20
_designers = designers ?? new
DesignerCollection
(null);
10 references to DesignerCollection
netstandard (1)
netstandard.cs (1)
235
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
DesignerCollection
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
221
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
DesignerCollection
))]
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\DesignerCollection.cs (2)
16
/// Initializes a new instance of the <see cref='System.ComponentModel.Design.
DesignerCollection
'/> class
33
/// Initializes a new instance of the <see cref='System.ComponentModel.Design.
DesignerCollection
'/> class
System\ComponentModel\Design\IDesignerEventService.cs (1)
19
DesignerCollection
Designers { get; }
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerEventService.cs (2)
20
private
DesignerCollection
? _designerCollection; // public read only view of the above list
308
DesignerCollection
IDesignerEventService.Designers
System\ComponentModel\Design\DesignSurfaceCollection.cs (2)
13
private readonly
DesignerCollection
_designers;
18
internal DesignSurfaceCollection(
DesignerCollection
? designers)
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\EventsTabTests.cs (1)
142
public
DesignerCollection
Designers { get; }