summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2021-03-08 20:03:54 +0000
committersr55 <[email protected]>2021-03-08 20:03:54 +0000
commit383ec399656d73130cc81cee3fd0a96ba50340f5 (patch)
tree64906b4aaa55ec18b9d23e4e770ffe753dc8fd48 /win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs
parentc07495de1b61502ac14dd68b9851c2c5df291abb (diff)
WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 dependant 3.2 version.
Diffstat (limited to 'win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs')
-rw-r--r--win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs b/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs
index 9b1ed197c..fa6d8da5f 100644
--- a/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs
+++ b/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs
@@ -13,7 +13,8 @@ namespace HandBrakeWPF.Commands
using System.Diagnostics;
using System.Windows;
using System.Windows.Input;
- using System.Windows.Interactivity;
+
+ using Microsoft.Xaml.Behaviors;
/// <summary>
/// The input binding trigger.