Skip to content

Commit

Permalink
fix: Make AutomationProperties bindable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 26, 2024
1 parent adf64fa commit 23a5743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Uno.UI/UI/Xaml/Automation/AutomationProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
using Uno.UI;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Automation.Peers;
using Microsoft.UI.Xaml.Data;

namespace Microsoft.UI.Xaml.Automation
{
[Bindable]
public sealed partial class AutomationProperties
{
#region Name
Expand Down

0 comments on commit 23a5743

Please sign in to comment.