3 instantiations of NotifyIconDesigner
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\NotifyIconDesignerActionListTests.cs (1)
16_designer = new();
System\Windows\Forms\Design\NotifyIconDesignerTests.cs (2)
11using NotifyIconDesigner notifyIconDesigner = new(); 22using NotifyIconDesigner notifyIconDesigner = new();
6 references to NotifyIconDesigner
System.Design (1)
System.Design.Forwards.cs (1)
60[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.NotifyIconDesigner))]
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (2)
10private readonly NotifyIconDesigner _designer; 11public NotifyIconActionList(NotifyIconDesigner designer) : base(designer.Component)
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\NotifyIconDesignerActionListTests.cs (1)
10private readonly NotifyIconDesigner _designer;
System\Windows\Forms\Design\NotifyIconDesignerTests.cs (2)
11using NotifyIconDesigner notifyIconDesigner = new(); 22using NotifyIconDesigner notifyIconDesigner = new();