Skip to content

Commit

Permalink
chore: Move in reference too
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed May 11, 2023
1 parent 8ad095b commit 6e2a50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/Uno.UI/UI/Xaml/FrameworkElement.netstdref.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ namespace Windows.UI.Xaml
{
public partial class FrameworkElement : IEnumerable
{

public string Name { get; set; }

bool IFrameworkElementInternal.HasLayouter => throw new NotSupportedException("Reference assembly");

internal T AddChild<T>(T child) where T : View => throw new NotSupportedException("Reference assembly");
Expand Down
2 changes: 0 additions & 2 deletions src/Uno.UI/UI/Xaml/UIElement.netstdref.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public UIElement()

public IntPtr Handle { get; }

public string Name { get; set; }

internal bool IsMeasureDirtyPath => throw new NotSupportedException("Reference assembly");

internal bool IsArrangeDirtyPath => throw new NotSupportedException("Reference assembly");
Expand Down

0 comments on commit 6e2a50f

Please sign in to comment.