File: GlobalUsings.cs
Web Access
Project: src\src\System.Windows.Forms\src\System.Windows.Forms.csproj (System.Windows.Forms)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
global using System.Diagnostics;
global using System.Diagnostics.CodeAnalysis;
global using System.Private.Windows.Core;
global using Windows.Win32;
global using Windows.Win32.Foundation;
global using Windows.Win32.Graphics.Gdi;
global using Windows.Win32.System.Memory;
global using Windows.Win32.UI.Controls;
global using Windows.Win32.UI.HiDpi;
global using Windows.Win32.UI.Shell;
global using Windows.Win32.UI.Shell.Common;
global using Windows.Win32.UI.WindowsAndMessaging;
global using PCWSTR = Windows.Win32.Foundation.PCWSTR;
global using PWSTR = Windows.Win32.Foundation.PWSTR;
 
global using Color = System.Drawing.Color;
global using Point = System.Drawing.Point;
global using PointF = System.Drawing.PointF;