Skip to content

Commit

Permalink
Merge pull request #18394 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.4/pr-18306

fix: Make AutomationProperties bindable (backport #18306)
  • Loading branch information
jeromelaban authored Oct 5, 2024
2 parents e284fd2 + ea0432f commit 44e1f12
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 44e1f12

Please sign in to comment.