Browse Source

Simplify usings.

pull/2563/head
Jumar Macato 7 years ago
parent
commit
7ee409a7a6
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 20
      src/Avalonia.Controls/Grid.cs

20
src/Avalonia.Controls/Grid.cs

@ -1,29 +1,15 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using MS.Internal;
using MS.Internal.Controls;
using MS.Internal.PresentationFramework;
using MS.Internal.Telemetry.PresentationFramework;
using MS.Utility;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Windows.Threading;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
using System.Windows.Markup;
using Avalonia;
using Avalonia.Collections;
namespace System.Windows.Controls
namespace Avalonia.Controls
{
/// <summary>
/// Grid

Loading…
Cancel
Save