Esempio n. 1
0
        private void Execute(object parameter)
        {
            ICommand_WinRT _this = Unsafe.As <ICommand_WinRT>(this);

            _this.Execute(parameter);
        }
Esempio n. 2
0
        private void Execute(object parameter)
        {
            ICommand_WinRT _this = JitHelpers.UnsafeCast <ICommand_WinRT>(this);

            _this.Execute(parameter);
        }
Esempio n. 3
0
        private bool CanExecute(object parameter)
        {
            ICommand_WinRT _this = Unsafe.As <ICommand_WinRT>(this);

            return(_this.CanExecute(parameter));
        }
Esempio n. 4
0
        private bool CanExecute(object parameter)
        {
            ICommand_WinRT _this = JitHelpers.UnsafeCast <ICommand_WinRT>(this);

            return(_this.CanExecute(parameter));
        }