-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
37 additions
and
1,248 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
src/Avalonia.Controls/Automation/IAutomationPeerFactory.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
using Avalonia.Controls.Automation.Peers; | ||
|
||
namespace Avalonia.Controls.Automation | ||
{ | ||
public interface IAutomationPeerFactory | ||
{ | ||
IWindowAutomationPeer CreateWindow(); | ||
} | ||
} |
153 changes: 0 additions & 153 deletions
153
src/Avalonia.Controls/Automation/Peers/AutomationPeer.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/Avalonia.Controls/Automation/Peers/ButtonAutomationPeer.cs
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
src/Avalonia.Controls/Automation/Peers/ComboBoxAutomationPeer.cs
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
src/Avalonia.Controls/Automation/Peers/ContentControlAutomationPeer.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.