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