5 references to s_wfCommandSet
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\MenuCommands.cs (5)
92
public static readonly CommandID DesignerProperties = new(
s_wfCommandSet
, CmdidDesignerProperties);
97
public static readonly CommandID KeyReverseCancel = new(
s_wfCommandSet
, CmdidReverseCancel);
139
public static readonly CommandID KeyTabOrderSelect = new(
s_wfCommandSet
, CmdidSpace);
151
public static readonly CommandID SetStatusText = new(
s_wfCommandSet
, CmdidSetStatusText);
153
public static readonly CommandID SetStatusRectangle = new(
s_wfCommandSet
, CmdidSetStatusRectangle);