1 instantiation of ToolBarButtonCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
145
buttonsCollection = new
ToolBarButtonCollection
(this);
3 references to ToolBarButtonCollection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (3)
36
private
ToolBarButtonCollection
buttonsCollection;
356
public
ToolBarButtonCollection
Buttons {
1795
/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.ToolBar.
ToolBarButtonCollection
'/> class and assigns it to the specified toolbar.</para>