1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1835this[index] = (ToolBarButton)value;
7 references to
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolBar.cs (6)
1722buttonRight += buttonsCollection[idx].GetButtonWidth(); 1831return this[index]; 1856return this[index]; 2034if (this[index] == button) { 2065if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 2072if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
540if (parent.Buttons[x] == this) {