1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
24_actionList = new(_toolStripContainer);
15 references to _actionList
System.Windows.Forms.Design.Tests (15)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (15)
37_actionList.SetDockToForm(); 46_actionList.SetDockToForm(); 64_actionList.ReparentControls(); 85_actionList.ReparentControls(); 94bool topVisible = _actionList.TopVisible; 102_actionList.TopVisible = newValue; 109bool bottomVisible = _actionList.BottomVisible; 117_actionList.BottomVisible = newValue; 124bool leftVisible = _actionList.LeftVisible; 132_actionList.LeftVisible = newValue; 139bool rightVisible = _actionList.RightVisible; 147_actionList.RightVisible = newValue; 154DesignerActionItemCollection items = _actionList.GetSortedActionItems(); 175DesignerActionItemCollection items = _actionList.GetSortedActionItems(); 200DesignerActionItemCollection items = _actionList.GetSortedActionItems();