月更
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
|
||||
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
|
||||
{
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
|
||||
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
|
||||
{
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma warning disable 1591, 618
|
||||
using AntDesign.WPF.Microsoft.Windows.Shell.Standard;
|
||||
using AntDesignWPF.Microsoft.Windows.Shell.Standard;
|
||||
|
||||
namespace Standard
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// 它们与任何库函数无关。
|
||||
// 因为这里的类是内部类,所以这个文件
|
||||
// 可能包含在多个程序集中。
|
||||
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
|
||||
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
|
||||
{
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace AntDesign.WPF.Microsoft.Windows.Shell
|
||||
namespace AntDesignWPF.Microsoft.Windows.Shell
|
||||
{
|
||||
using System;
|
||||
using System.Windows;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user