diff --git a/src/dotnetCampus.UISpy.Uno/Tree/ElementProxy.cs b/src/dotnetCampus.UISpy.Uno/Tree/ElementProxy.cs index 96d0d46..3911ced 100644 --- a/src/dotnetCampus.UISpy.Uno/Tree/ElementProxy.cs +++ b/src/dotnetCampus.UISpy.Uno/Tree/ElementProxy.cs @@ -24,12 +24,7 @@ public ImmutableArray GetProperties() { try { - object? value; - if (propertyDescriptor.Name == "ActualWidth") - { - - } - value = propertyDescriptor.GetValue(Element); + var value = propertyDescriptor.GetValue(Element); properties.Add(new ElementPropertyProxy( Element, propertyDescriptor.Name,