2 references to NotACommand
PresentationCore (1)
System\Windows\Input\Command\CommandManager.cs (1)
398
if (command != null && command != ApplicationCommands.
NotACommand
)
PresentationFramework (1)
System\Windows\Input\Command\CommandConverter.cs (1)
377
knownCommand = ApplicationCommands.
NotACommand
;