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