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