Jumar Macato
7 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
4 additions and
7 deletions
-
src/Avalonia.Controls/DefinitionBase.cs
|
|
|
@ -3,18 +3,15 @@ |
|
|
|
//
|
|
|
|
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
|
|
|
|
|
|
|
|
using MS.Internal; |
|
|
|
using MS.Internal.KnownBoxes; |
|
|
|
using System; |
|
|
|
using System.Collections; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.ComponentModel; |
|
|
|
using System.Diagnostics; |
|
|
|
using System.Security.Permissions; |
|
|
|
using System.Windows; |
|
|
|
using System.Windows.Threading; |
|
|
|
|
|
|
|
namespace System.Windows.Controls |
|
|
|
using Avalonia; |
|
|
|
using Avalonia.Collections; |
|
|
|
|
|
|
|
namespace Avalonia.Controls |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// DefinitionBase provides core functionality used internally by Grid
|
|
|
|
|