3 references to Buttons
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBarButton.cs (3)
526
parent.
Buttons
.RemoveAt(index);
539
for (int x = 0; x < parent.
Buttons
.Count; x++) {
540
if (parent.
Buttons
[x] == this) {