2 writes to commandId
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
617this.commandId = commandId; 644commandId = newCommandId;
2 references to commandId
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
559int buttonID = (int)UnsafeNativeMethods.SendMessage(new HandleRef(Parent, Parent.Handle), NativeMethods.TB_GETBUTTONINFO, commandId, ref button); 643if (newCommandId != commandId) {