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)
11
using NotifyIconDesigner notifyIconDesigner =
new
();
22
using 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)
10
private readonly
NotifyIconDesigner
_designer;
11
public NotifyIconActionList(
NotifyIconDesigner
designer) : base(designer.Component)
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\NotifyIconDesignerActionListTests.cs (1)
10
private readonly
NotifyIconDesigner
_designer;
System\Windows\Forms\Design\NotifyIconDesignerTests.cs (2)
11
using
NotifyIconDesigner
notifyIconDesigner = new();
22
using
NotifyIconDesigner
notifyIconDesigner = new();