Skip to content

Commit

Permalink
chore: Fix net461 build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjohnoliver committed May 13, 2021
1 parent fe45512 commit 0f1fbad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Uno.UI/UI/Xaml/FrameworkElement.net.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ public partial class FrameworkElement : IEnumerable

internal List<View> _children = new List<View>();

internal UIElement VisualParent => ((IDependencyObjectStoreProvider)this).Store.Parent as UIElement;

private protected virtual void OnPostLoading() { }

partial void OnLoadingPartial();
Expand Down

0 comments on commit 0f1fbad

Please sign in to comment.