I'm trying to convert an library from wpf to uwp. I'm almost done but now there is the LogicalTreeViewHelper which doesn't exist in UWP anymore.
does anyone know how to replace it in uwp?
var parent = LogicalTreeHelper.GetParent(MyDependencyObject);