7 references to NotifyIcon
System.Windows.Forms (5)
System\Windows\Forms\NotifyIcon.cs (3)
55/// Initializes a new instance of the <see cref="NotifyIcon"/> class. 65/// Initializes a new instance of the <see cref="NotifyIcon"/> class. 379/// Releases the unmanaged resources used by the <see cref="NotifyIcon" />
System\Windows\Forms\NotifyIcon.NotifyIconNativeWindow.cs (2)
15internal NotifyIcon _reference; 21internal NotifyIconNativeWindow(NotifyIcon component)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\NotifyIconDesigner.cs (2)
16NotifyIcon icon = (NotifyIcon)Component;