Jumar Macato
7 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
0 additions and
12 deletions
-
src/Avalonia.Controls/Grid.cs
|
|
|
@ -1,17 +1,5 @@ |
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
|
|
|
//
|
|
|
|
// Description: Grid implementation.
|
|
|
|
//
|
|
|
|
// Specs
|
|
|
|
// Grid : Grid.mht
|
|
|
|
// Size Sharing: Size Information Sharing.doc
|
|
|
|
//
|
|
|
|
// Misc
|
|
|
|
// Grid Tutorial: Grid Tutorial.mht
|
|
|
|
//
|
|
|
|
|
|
|
|
using MS.Internal; |
|
|
|
using MS.Internal.Controls; |
|
|
|
|