2 writes to TB_INSERTBUTTON
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2495TB_INSERTBUTTON = NativeMethods.TB_INSERTBUTTONA; 2590TB_INSERTBUTTON = NativeMethods.TB_INSERTBUTTONW;
1 reference to TB_INSERTBUTTON
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1200UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TB_INSERTBUTTON, index, ref tbbutton);