This commit is contained in:
GG Z
2025-07-31 20:12:24 +08:00
parent 4f6cd2137c
commit f209e7d3ad
426 changed files with 15854 additions and 6612 deletions

View File

@@ -3,7 +3,6 @@ using System.Windows;
using System.Windows.Controls;
using System.Windows.Media.Media3D;
using WPFDark.Controls;
namespace WPFDark
{

View File

@@ -308,15 +308,6 @@ namespace WPFDark.Controls
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(BiaWindow),
new FrameworkPropertyMetadata(typeof(BiaWindow)));
// ToolTipService.InitialShowDelayProperty.OverrideMetadata(
// typeof(FrameworkElement), new FrameworkPropertyMetadata(Boxes.Int0));
// ToolTipService.ShowDurationProperty.OverrideMetadata(
// typeof(FrameworkElement), new FrameworkPropertyMetadata(Boxes.IntMax));
// ToolTipService.BetweenShowDelayProperty.OverrideMetadata(
// typeof(FrameworkElement), new FrameworkPropertyMetadata(Boxes.Int0));
}
//public BiaWindow()
//{

View File

@@ -1,6 +1,5 @@
using System;
using WPFDark.Internals;
namespace WPFDark.Internals
{

View File

@@ -4,7 +4,6 @@ using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Media;
using Jewelry.Collections;
using WPFDark.Internals;
namespace WPFDark.Internals
{

View File

@@ -6,7 +6,6 @@ using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using WPFDark;
#nullable enable

View File

@@ -7,7 +7,6 @@ using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Windows;
using WPFDark;
#nullable enable

View File

@@ -7,8 +7,6 @@ using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Windows;
using WPFDark;
using WPFDark.Internals;
#nullable enable

View File

@@ -1,7 +1,6 @@
using System.Windows;
using System.Windows.Media;
using WPFDark.Internals;
namespace WPFDark.Internals
{

View File

@@ -11,7 +11,6 @@ using System.Windows;
using System.Windows.Documents;
using System.Windows.Media;
using Jewelry.Collections;
using WPFDark.Internals;
namespace WPFDark.Internals
{

View File

@@ -6,7 +6,6 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows;
using WPFDark.Properties;
namespace WPFDark;
public class ThemeManager

View File

@@ -8,8 +8,9 @@
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>
<Configurations>Debug;Release</Configurations>
<!-- <PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>-->
<AppendPlatformToOutputPath>false</AppendPlatformToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>