1 write to buttonsCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
145
buttonsCollection
= new ToolBarButtonCollection(this);
6 references to buttonsCollection
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolBar.cs (6)
358
return
buttonsCollection
;
1093
if (
buttonsCollection
!= null) {
1094
ToolBarButton[] buttonCopy = new ToolBarButton[
buttonsCollection
.Count];
1095
((ICollection)
buttonsCollection
).CopyTo(buttonCopy, 0);
1096
buttonsCollection
.Clear();
1722
buttonRight +=
buttonsCollection
[idx].GetButtonWidth();