Skip to content

Commit

Permalink
chore: Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
morning4coffe-dev authored and MartinZikmund committed Jun 17, 2024
1 parent b4aae54 commit 369c38f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ namespace Microsoft.UI.Xaml.Automation.Peers;
/// <summary>
/// Exposes CheckBox types to Microsoft UI Automation.
/// </summary>
/// <param name="owner"></param>
public partial class CheckBoxAutomationPeer : ToggleButtonAutomationPeer
{
public CheckBoxAutomationPeer(CheckBox owner) : base(owner)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// MUX Reference GridViewHeaderItemAutomationPeer_Partial.cpp, tag winui3/release/1.4.2

using Microsoft.UI.Xaml.Controls;

namespace Microsoft.UI.Xaml.Automation.Peers;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// MUX Reference GridViewItemAutomationPeer_Partial.cpp, tag winui3/release/1.4.2

using Microsoft.UI.Xaml.Controls;

namespace Microsoft.UI.Xaml.Automation.Peers;
Expand Down

0 comments on commit 369c38f

Please sign in to comment.