月更
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Windows.Markup;
|
||||
|
||||
//https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/src/MaterialDesignThemes.Wpf/Converters/CircularProgressBar/ArcEndPointConverter.cs
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public class ArcEndPointConverter : MarkupExtension, IMultiValueConverter
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Windows.Markup;
|
||||
//https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/src/MaterialDesignThemes.Wpf/Converters/CircularProgressBar/ArcSizeConverter.cs
|
||||
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public class ArcSizeConverter : MarkupExtension, IValueConverter
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Windows.Data;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows;
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public class DoubleToThicknessMultiConverter : MarkupExtension, IMultiValueConverter
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
/// <summary>
|
||||
/// 构造单例的Converter的markup
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public class LessThanConverter : MarkupExtension, IValueConverter
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
//https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/src/MaterialDesignThemes.Wpf/Converters/CircularProgressBar/LocalEx.cs
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
internal static class LocalEx
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public sealed class MathConverter : MarkupExtension, IValueConverter
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
public sealed class MathMultiConverter : MarkupExtension, IMultiValueConverter
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
public enum MathOperation
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Windows;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public class StartPointConverter : MarkupExtension, IValueConverter
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public class StringToCodeConverter : IValueConverter
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
public class StringToMarkDownConverter : IValueConverter
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters;
|
||||
namespace AntDesignWPF.Converters;
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Converters
|
||||
namespace AntDesignWPF.Converters
|
||||
{
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
Reference in New Issue
Block a user