File: GlobalUsings.cs
Web Access
Project: src\src\Microsoft.DotNet.Wpf\src\PresentationCore\PresentationCore.csproj (PresentationCore)
// 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;
global using System.Collections.Generic;
global using System.Diagnostics;
 
global using DataFormatsCore = System.Private.Windows.Ole.DataFormatsCore<
    System.Windows.DataFormat>;
 
global using SR = MS.Internal.PresentationCore.SR;
 
global using DllImport = MS.Internal.PresentationCore.DllImport;