8 writes to ContextMenuStrip
System.Windows.Forms.Tests (8)
System\Windows\Forms\NotifyIconTests.cs (8)
150ContextMenuStrip = value 155notifyIcon.ContextMenuStrip = value; 166ContextMenuStrip = menu 169notifyIcon.ContextMenuStrip = value; 173notifyIcon.ContextMenuStrip = value; 184notifyIcon.ContextMenuStrip = value; 188notifyIcon.ContextMenuStrip = value; 776ContextMenuStrip = contextMenuStrip,
12 references to ContextMenuStrip
System.Windows.Forms.Tests (12)
System\Windows\Forms\NotifyIconTests.cs (12)
20Assert.Null(notifyIcon.ContextMenuStrip); 37Assert.Null(notifyIcon.ContextMenuStrip); 152Assert.Equal(value, notifyIcon.ContextMenuStrip); 156Assert.Equal(value, notifyIcon.ContextMenuStrip); 170Assert.Equal(value, notifyIcon.ContextMenuStrip); 174Assert.Equal(value, notifyIcon.ContextMenuStrip); 185Assert.Equal(value, notifyIcon.ContextMenuStrip); 189Assert.Equal(value, notifyIcon.ContextMenuStrip); 732Assert.Null(notifyIcon.ContextMenuStrip); 746Assert.Null(notifyIcon.ContextMenuStrip); 790Assert.Null(notifyIcon.ContextMenuStrip); 803Assert.Null(notifyIcon.ContextMenuStrip);