1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (1)
31_actionList = new(_designer);
19 references to _actionList
System.Windows.Forms.Design.Tests (19)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (19)
55_actionList.Should().NotBeNull(); 56_actionList.Should().BeOfType<ContextMenuStripActionList>(); 58ToolStripDropDown toolStripDropDownValue = (ToolStripDropDown)_actionList.TestAccessor().Dynamic._toolStripDropDown; 66_actionList.AutoShow.Should().BeFalse(); 68_actionList.AutoShow = value; 69_actionList.AutoShow.Should().Be(value); 76_actionList.ShowImageMargin.Should().BeTrue(); 78_actionList.ShowImageMargin = value; 79_actionList.ShowImageMargin.Should().Be(value); 86_actionList.ShowCheckMargin.Should().BeFalse(); 88_actionList.ShowCheckMargin = value; 89_actionList.ShowCheckMargin.Should().Be(value); 98_actionList.Invoking(a => a.RenderMode = renderMode) 103_actionList.RenderMode = renderMode; 104_actionList.RenderMode.Should().Be(renderMode); 111var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList(); 126var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList(); 143_actionList.TestAccessor().Dynamic._toolStripDropDown = _toolStripDropDown; 145var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList();