4 references to Cut
PresentationCore (4)
System\Windows\Input\Command\ApplicationCommands.cs (4)
31
get { return _EnsureCommand(CommandId.
Cut
); }
231
case CommandId.
Cut
: propertyName = "Cut"; break;
264
case CommandId.
Cut
: uiText = SR.CutText; break;
299
case CommandId.
Cut
: