4 writes to stringIndex
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBar.cs (4)
1231
buttons[index].
stringIndex
= (IntPtr)(-1);
1366
buttons[x].
stringIndex
= SendMessage(NativeMethods.TB_ADDSTRING, 0, addString);
1369
buttons[x].
stringIndex
= (IntPtr)(-1);
1419
buttons[index].
stringIndex
= (IntPtr)(-1);
1 reference to stringIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
616
button.iString = this.
stringIndex
;