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
2 deletions
-
src/Avalonia.Controls/Grid.cs
|
|
|
@ -2829,7 +2829,6 @@ namespace Avalonia.Controls |
|
|
|
/// <summary>
|
|
|
|
/// Returns <c>true</c> if ColumnDefinitions collection is not empty
|
|
|
|
/// </summary>
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Never)] |
|
|
|
public bool ShouldSerializeColumnDefinitions() |
|
|
|
{ |
|
|
|
ExtendedData extData = ExtData; |
|
|
|
@ -2841,7 +2840,6 @@ namespace Avalonia.Controls |
|
|
|
/// <summary>
|
|
|
|
/// Returns <c>true</c> if RowDefinitions collection is not empty
|
|
|
|
/// </summary>
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Never)] |
|
|
|
public bool ShouldSerializeRowDefinitions() |
|
|
|
{ |
|
|
|
ExtendedData extData = ExtData; |
|
|
|
|