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

@@ -1,4 +1,4 @@
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System.Diagnostics.CodeAnalysis;

View File

@@ -1,4 +1,4 @@
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System.Diagnostics.CodeAnalysis;

View File

@@ -1,5 +1,5 @@
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Diagnostics.CodeAnalysis;

View File

@@ -1,6 +1,6 @@
using Standard;
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.ComponentModel;

View File

@@ -1,6 +1,6 @@
using Standard;
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Collections.Generic;

View File

@@ -1,5 +1,5 @@
#pragma warning disable 1591, 618
using AntDesign.WPF.Microsoft.Windows.Shell.Standard;
using AntDesignWPF.Microsoft.Windows.Shell.Standard;
namespace Standard
{

View File

@@ -1,6 +1,6 @@
using Standard;
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Runtime.InteropServices;

View File

@@ -5,7 +5,7 @@
// Because the classes here are internal, it's likely this file
// might be included in multiple assemblies.
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Collections.Generic;

View File

@@ -4,7 +4,7 @@
// 它们与任何库函数无关。
// 因为这里的类是内部类,所以这个文件
// 可能包含在多个程序集中。
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Diagnostics;

View File

@@ -1,4 +1,4 @@
namespace AntDesign.WPF.Microsoft.Windows.Shell
namespace AntDesignWPF.Microsoft.Windows.Shell
{
using System;
using System.Windows;

View File

@@ -2,7 +2,7 @@
Copyright Microsoft Corporation. All Rights Reserved.
\**************************************************************************/
#pragma warning disable 1591, 618
using AntDesign.WPF.Microsoft.Windows.Shell.Standard;
using AntDesignWPF.Microsoft.Windows.Shell.Standard;
namespace Microsoft.Windows.Shell
{

View File

@@ -1,10 +1,10 @@
using AntDesign.WPF.Microsoft.Windows.Shell.Standard;
using AntDesignWPF.Microsoft.Windows.Shell.Standard;
using Microsoft.Windows.Shell;
/**************************************************************************\
Copyright Microsoft Corporation. All Rights Reserved.
\**************************************************************************/
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell
namespace AntDesignWPF.Microsoft.Windows.Shell
{
using System;
using System.Collections.Generic;

View File

@@ -1,5 +1,5 @@
using AntDesign.WPF.Microsoft.Windows.Shell;
using AntDesign.WPF.Microsoft.Windows.Shell.Standard;
using AntDesignWPF.Microsoft.Windows.Shell;
using AntDesignWPF.Microsoft.Windows.Shell.Standard;
/**************************************************************************\
Copyright Microsoft Corporation. All Rights Reserved.
\**************************************************************************/
@@ -901,7 +901,7 @@ namespace Microsoft.Windows.Shell
if (HT.CAPTION == (HT)(Environment.Is64BitProcess ? wParam.ToInt64() : wParam.ToInt32()))
{
//SystemCommands.ShowSystemMenuPhysicalCoordinates(_window, new Point(Utility.GET_X_LPARAM(lParam), Utility.GET_Y_LPARAM(lParam)));
AntDesign.WPF.Microsoft.Windows.Shell.SystemCommands.ShowSystemMenuPhysicalCoordinates(_window, Utility.GetPoint(lParam));
AntDesignWPF.Microsoft.Windows.Shell.SystemCommands.ShowSystemMenuPhysicalCoordinates(_window, Utility.GetPoint(lParam));
}
handled = false;
return IntPtr.Zero;