2 writes to TB_ADDSTRING
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2490TB_ADDSTRING = NativeMethods.TB_ADDSTRINGA; 2585TB_ADDSTRING = NativeMethods.TB_ADDSTRINGW;
1 reference to TB_ADDSTRING
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1366buttons[x].stringIndex = SendMessage(NativeMethods.TB_ADDSTRING, 0, addString);