4 references to Cut
PresentationCore (4)
System\Windows\Input\Command\ApplicationCommands.cs (4)
44
get { return _EnsureCommand(CommandId.
Cut
); }
244
case CommandId.
Cut
: propertyName = "Cut"; break;
277
case CommandId.
Cut
: uiText = SR.CutText; break;
312
case CommandId.
Cut
: