WPF - Use Microsoft.Xaml.Behaviors.Wpf

Migrate from System.Windows.Interactivity.WPF to Microsoft.Xaml.Behaviors.Wpf
This commit is contained in:
amaitland
2020-08-26 16:27:10 +10:00
committed by Alex Maitland
parent 4ce32a4778
commit 337b617b46
6 changed files with 13 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
using CefSharp.Wpf;
using System.Windows;
using System.Windows.Interactivity;
using System;
using Microsoft.Xaml.Behaviors;
namespace CefSharp.MinimalExample.Wpf.Behaviours
{

View File

@@ -1,6 +1,6 @@
using System.Windows.Interactivity;
using System.Windows.Controls;
using System.Windows.Controls;
using System.Windows.Input;
using Microsoft.Xaml.Behaviors;
namespace CefSharp.MinimalExample.Wpf.Behaviours
{