5 references to s_ndpCommandSet
System.ComponentModel.TypeConverter (5)
System\ComponentModel\Design\StandardCommands.cs (5)
307
public static readonly CommandID ArrangeIcons = new CommandID(
s_ndpCommandSet
, cmdidArrangeIcons);
312
public static readonly CommandID LineupIcons = new CommandID(
s_ndpCommandSet
, cmdidLineupIcons);
317
public static readonly CommandID ShowLargeIcons = new CommandID(
s_ndpCommandSet
, cmdidShowLargeIcons);
322
public static readonly CommandID VerbFirst = new CommandID(
s_ndpCommandSet
, CmdidDesignerVerbFirst);
327
public static readonly CommandID VerbLast = new CommandID(
s_ndpCommandSet
, CmdidDesignerVerbLast);