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