1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (1)
33_actionList = new(_designer);
19 references to _actionList
System.Windows.Forms.Design.Tests (19)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (19)
57_actionList.Should().NotBeNull(); 58_actionList.Should().BeOfType<ContextMenuStripActionList>(); 60ToolStripDropDown toolStripDropDownValue = (ToolStripDropDown)_actionList.TestAccessor().Dynamic._toolStripDropDown; 68_actionList.AutoShow.Should().BeFalse(); 70_actionList.AutoShow = value; 71_actionList.AutoShow.Should().Be(value); 78_actionList.ShowImageMargin.Should().BeTrue(); 80_actionList.ShowImageMargin = value; 81_actionList.ShowImageMargin.Should().Be(value); 88_actionList.ShowCheckMargin.Should().BeFalse(); 90_actionList.ShowCheckMargin = value; 91_actionList.ShowCheckMargin.Should().Be(value); 100_actionList.Invoking(a => a.RenderMode = renderMode) 105_actionList.RenderMode = renderMode; 106_actionList.RenderMode.Should().Be(renderMode); 113var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList(); 128var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList(); 145_actionList.TestAccessor().Dynamic._toolStripDropDown = _toolStripDropDown; 147var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList();