8 writes to ContextMenuStrip
System.Windows.Forms.Tests (8)
System\Windows\Forms\NotifyIconTests.cs (8)
152ContextMenuStrip = value 157notifyIcon.ContextMenuStrip = value; 168ContextMenuStrip = menu 171notifyIcon.ContextMenuStrip = value; 175notifyIcon.ContextMenuStrip = value; 186notifyIcon.ContextMenuStrip = value; 190notifyIcon.ContextMenuStrip = value; 778ContextMenuStrip = contextMenuStrip,
12 references to ContextMenuStrip
System.Windows.Forms.Tests (12)
System\Windows\Forms\NotifyIconTests.cs (12)
22Assert.Null(notifyIcon.ContextMenuStrip); 39Assert.Null(notifyIcon.ContextMenuStrip); 154Assert.Equal(value, notifyIcon.ContextMenuStrip); 158Assert.Equal(value, notifyIcon.ContextMenuStrip); 172Assert.Equal(value, notifyIcon.ContextMenuStrip); 176Assert.Equal(value, notifyIcon.ContextMenuStrip); 187Assert.Equal(value, notifyIcon.ContextMenuStrip); 191Assert.Equal(value, notifyIcon.ContextMenuStrip); 734Assert.Null(notifyIcon.ContextMenuStrip); 748Assert.Null(notifyIcon.ContextMenuStrip); 792Assert.Null(notifyIcon.ContextMenuStrip); 805Assert.Null(notifyIcon.ContextMenuStrip);