1 implementation of ISecureCommand
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\SecureUICommand.cs (1)
33internal class SecureUICommand : RoutedUICommand, ISecureCommand
4 references to ISecureCommand
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
588ISecureCommand secureCommand = e.Command as ISecureCommand;
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (2)
214ISecureCommand secure = command as ISecureCommand;