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();
94
bool topVisible =
_actionList
.TopVisible;
102
_actionList
.TopVisible = newValue;
109
bool bottomVisible =
_actionList
.BottomVisible;
117
_actionList
.BottomVisible = newValue;
124
bool leftVisible =
_actionList
.LeftVisible;
132
_actionList
.LeftVisible = newValue;
139
bool rightVisible =
_actionList
.RightVisible;
147
_actionList
.RightVisible = newValue;
154
DesignerActionItemCollection items =
_actionList
.GetSortedActionItems();
175
DesignerActionItemCollection items =
_actionList
.GetSortedActionItems();
200
DesignerActionItemCollection items =
_actionList
.GetSortedActionItems();