Skip to content

Commit

Permalink
use PropertyChangeNotifier from ControlzEx
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Aug 26, 2017
1 parent ad16dc3 commit 6943cc9
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 113 deletions.
1 change: 1 addition & 0 deletions src/MahApps.Metro/MahApps.Metro.Shared/Controls/Flyout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Threading;
using ControlzEx;

namespace MahApps.Metro.Controls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using ControlzEx;

namespace MahApps.Metro.Controls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media.Animation;
using ControlzEx;
using ControlzEx.Standard;
using ControlzEx.Native;

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Threading;
using ControlzEx;

namespace MahApps.Metro.Controls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Data;
using ControlzEx;

namespace MahApps.Metro.Controls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using ControlzEx;

namespace MahApps.Metro.Controls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
<Compile Include="$(MSBuildThisFileDirectory)Controls\Planerator.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Controls\Position.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Controls\ProgressRing.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Controls\PropertyChangeNotifier.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Controls\RangeParameterChangedEventArgs.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Controls\RangeSelectionChangedEventArgs.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Controls\RangeSlider.cs" />
Expand Down
2 changes: 1 addition & 1 deletion src/paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ NUGET
xunit.extensions (1.9.2)
xunit (1.9.2)
remote: https://ci.appveyor.com/nuget/controlzex
ControlzEx (3.0.1-dev0047)
ControlzEx (3.0.1-dev0050)

0 comments on commit 6943cc9

Please sign in to comment.