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