54 instantiations of NotifyIcon
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\NotifyIconDesignerTests.cs (2)
14using NotifyIcon icon = new(); 25using NotifyIcon icon = new();
System.Windows.Forms.Tests (52)
System\Windows\Forms\NotifyIconTests.cs (52)
15using NotifyIcon notifyIcon = new(); 32using NotifyIcon notifyIcon = new(container); 48Assert.Throws<ArgumentNullException>("container", () => new NotifyIcon(null)); 55NotifyIcon notifyIcon = new() 70NotifyIcon notifyIcon = new(); 78using NotifyIcon notifyIcon = new() 93using NotifyIcon notifyIcon = new() 110using NotifyIcon notifyIcon = new() 125using NotifyIcon notifyIcon = new() 148using NotifyIcon notifyIcon = new() 164using NotifyIcon notifyIcon = new() 181using NotifyIcon notifyIcon = new(); 202using NotifyIcon notifyIcon = new() 218using NotifyIcon notifyIcon = new() 235using NotifyIcon notifyIcon = new() 264using NotifyIcon notifyIcon = new() 289using NotifyIcon notifyIcon = new() 307using NotifyIcon notifyIcon = new(); 318using NotifyIcon notifyIcon = new() 347using NotifyIcon notifyIcon = new() 364using NotifyIcon notifyIcon = new() 410using NotifyIcon notifyIcon = new() 429using NotifyIcon notifyIcon = new(); 437using NotifyIcon notifyIcon = new() 456using NotifyIcon notifyIcon = new() 476using NotifyIcon notifyIcon = new() 504using NotifyIcon notifyIcon = new() 536using NotifyIcon notifyIcon = new() 560using NotifyIcon notifyIcon = new() 572using NotifyIcon notifyIcon = new(); 587using NotifyIcon notifyIcon = new(); 602using NotifyIcon notifyIcon = new(); 617using NotifyIcon notifyIcon = new(); 632using NotifyIcon notifyIcon = new(); 647using NotifyIcon notifyIcon = new(); 662using NotifyIcon notifyIcon = new(); 677using NotifyIcon notifyIcon = new(); 692using NotifyIcon notifyIcon = new(); 707using NotifyIcon notifyIcon = new(); 722using NotifyIcon notifyIcon = new(); 771using NotifyIcon notifyIcon = new() 824using NotifyIcon notifyIcon = new() 838using NotifyIcon notifyIcon = new() 861using NotifyIcon notifyIcon = new() 879using NotifyIcon notifyIcon = new() 896using NotifyIcon notifyIcon = new(); 905using NotifyIcon notifyIcon = new() 918using NotifyIcon notifyIcon = new() 939using NotifyIcon notifyIcon = new() 952using NotifyIcon notifyIcon = new(); 961using NotifyIcon notifyIcon = new() 973using NotifyIcon notifyIcon = new();
72 references to NotifyIcon
DesignSurface (1)
MainForm.cs (1)
277surface.CreateComponent<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;
System.Windows.Forms.Design.Tests (4)
EnsureEditorsTests.cs (2)
123[InlineData(typeof(NotifyIcon), "BalloonTipText", typeof(MultilineStringEditor))] 124[InlineData(typeof(NotifyIcon), "Text", typeof(MultilineStringEditor))]
System\Windows\Forms\Design\NotifyIconDesignerTests.cs (2)
14using NotifyIcon icon = new(); 25using NotifyIcon icon = new();
System.Windows.Forms.Tests (60)
System\Windows\Forms\NotifyIconTests.cs (60)
15using NotifyIcon notifyIcon = new(); 32using NotifyIcon notifyIcon = new(container); 55NotifyIcon notifyIcon = new() 70NotifyIcon notifyIcon = new(); 78using NotifyIcon notifyIcon = new() 93using NotifyIcon notifyIcon = new() 110using NotifyIcon notifyIcon = new() 125using NotifyIcon notifyIcon = new() 148using NotifyIcon notifyIcon = new() 164using NotifyIcon notifyIcon = new() 181using NotifyIcon notifyIcon = new(); 202using NotifyIcon notifyIcon = new() 218using NotifyIcon notifyIcon = new() 235using NotifyIcon notifyIcon = new() 264using NotifyIcon notifyIcon = new() 289using NotifyIcon notifyIcon = new() 307using NotifyIcon notifyIcon = new(); 318using NotifyIcon notifyIcon = new() 338yield return new object[] { visible, icon, new string('a', NotifyIcon.MaxTextSize), new string('a', NotifyIcon.MaxTextSize) }; 347using NotifyIcon notifyIcon = new() 364using NotifyIcon notifyIcon = new() 390yield return new object[] { visible, null, new string('a', NotifyIcon.MaxTextSize), new string('a', NotifyIcon.MaxTextSize), 0 }; 394yield return new object[] { false, new Icon("bitmaps/10x16_one_entry_32bit.ico"), new string('a', NotifyIcon.MaxTextSize), new string('a', NotifyIcon.MaxTextSize), 0 }; 396yield return new object[] { true, new Icon("bitmaps/10x16_one_entry_32bit.ico"), new string('a', NotifyIcon.MaxTextSize), new string('a', NotifyIcon.MaxTextSize), 1 }; 410using NotifyIcon notifyIcon = new() 429using NotifyIcon notifyIcon = new(); 430Assert.Throws<ArgumentOutOfRangeException>("Text", () => notifyIcon.Text = new string('a', NotifyIcon.MaxTextSize + 1)); 437using NotifyIcon notifyIcon = new() 456using NotifyIcon notifyIcon = new() 476using NotifyIcon notifyIcon = new() 504using NotifyIcon notifyIcon = new() 536using NotifyIcon notifyIcon = new() 560using NotifyIcon notifyIcon = new() 572using NotifyIcon notifyIcon = new(); 587using NotifyIcon notifyIcon = new(); 602using NotifyIcon notifyIcon = new(); 617using NotifyIcon notifyIcon = new(); 632using NotifyIcon notifyIcon = new(); 647using NotifyIcon notifyIcon = new(); 662using NotifyIcon notifyIcon = new(); 677using NotifyIcon notifyIcon = new(); 692using NotifyIcon notifyIcon = new(); 707using NotifyIcon notifyIcon = new(); 722using NotifyIcon notifyIcon = new(); 771using NotifyIcon notifyIcon = new() 824using NotifyIcon notifyIcon = new() 838using NotifyIcon notifyIcon = new() 861using NotifyIcon notifyIcon = new() 879using NotifyIcon notifyIcon = new() 896using NotifyIcon notifyIcon = new(); 905using NotifyIcon notifyIcon = new() 918using NotifyIcon notifyIcon = new() 939using NotifyIcon notifyIcon = new() 952using NotifyIcon notifyIcon = new(); 961using NotifyIcon notifyIcon = new() 973using NotifyIcon notifyIcon = new();