2 references to NotACommand
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
461
if (command != null && command != ApplicationCommands.
NotACommand
)
PresentationFramework (1)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
388
knownCommand = ApplicationCommands.
NotACommand
;