月更
This commit is contained in:
@@ -6,9 +6,9 @@ using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Documents;
|
||||
using AntDesign.WPF.Helpers;
|
||||
using AntDesignWPF.Helpers;
|
||||
|
||||
namespace AntDesign.WPF.Behaviors
|
||||
namespace AntDesignWPF.Behaviors
|
||||
{
|
||||
|
||||
[TemplatePart(Name = PART_TextBox, Type = typeof(TextBox))]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
|
||||
namespace AntDesign.WPF.Behaviors
|
||||
namespace AntDesignWPF.Behaviors
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Behaviors
|
||||
namespace AntDesignWPF.Behaviors
|
||||
{
|
||||
using System.Windows;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Windows.Media.Animation;
|
||||
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
namespace AntDesign.WPF.Behaviors
|
||||
namespace AntDesignWPF.Behaviors
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides the ability to animate when changing the Visibility property for an element.
|
||||
|
||||
Reference in New Issue
Block a user