Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ceo1647 committed May 10, 2024
2 parents eebd921 + efece91 commit 02e004a
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 396 deletions.
1 change: 1 addition & 0 deletions src/Orc.Controls.Example/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace Orc.Controls.Example
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Windows;
using System.Windows.Media;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,7 @@ namespace Orc.Controls.Automation
public string Text { get; set; }
public string Watermark { get; set; }
}
[Orc.Automation.AutomatedControl(ControlTypeName="Window")]
[Orc.Automation.Control(ControlTypeName="Window")]
public class FindReplaceView : Orc.Automation.Controls.Window
{
public FindReplaceView(System.Windows.Automation.AutomationElement element) { }
Expand Down Expand Up @@ -3551,7 +3551,7 @@ namespace Orc.Controls.Automation
protected override string GetValueFromPattern() { }
protected override void SetValuePatternInvoke(string value) { }
}
[Orc.Automation.AutomatedControl(ControlTypeName="Window")]
[Orc.Automation.Control(ControlTypeName="Window")]
public class TextInputWindow : Orc.Automation.Controls.Window
{
public TextInputWindow(System.Windows.Automation.AutomationElement element) { }
Expand Down
Loading

0 comments on commit 02e004a

Please sign in to comment.