Skip to content

Commit 6a85ce8

Browse files
committed
Removing // #define DEBUG_AUTOMATION
1 parent a49fd60 commit 6a85ce8

11 files changed

+0
-11
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using System.Collections.Generic;
76
using System.Diagnostics;
87
using Microsoft.Toolkit.Uwp.UI.Controls;

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridCellAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using System.Collections.Generic;
76
using Microsoft.Toolkit.Uwp.UI.Controls;
87
using Microsoft.Toolkit.Uwp.UI.Controls.DataGridInternals;

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridColumnHeaderAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using System.ComponentModel;
76
using Microsoft.Toolkit.Uwp.UI.Controls;
87
using Microsoft.Toolkit.Uwp.UI.Controls.DataGridInternals;

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridColumnHeadersPresenterAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using Microsoft.Toolkit.Uwp.UI.Controls.Primitives;
76
using Windows.UI.Xaml.Automation.Peers;
87

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridDetailsPresenterAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using Microsoft.Toolkit.Uwp.UI.Controls.Primitives;
76
using Windows.UI.Xaml.Automation.Peers;
87

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridGroupItemAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using System;
76
using System.Collections.Generic;
87
using System.Diagnostics;

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridItemAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using System;
76
using System.Collections.Generic;
87
using Microsoft.Toolkit.Uwp.UI.Controls;

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridRowAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using Microsoft.Toolkit.Uwp.UI.Controls;
76
using Windows.UI.Xaml.Automation.Peers;
87

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridRowGroupHeaderAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using Microsoft.Toolkit.Uwp.UI.Controls;
76
using Windows.UI.Xaml.Automation.Peers;
87

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/Automation/DataGridRowHeaderAutomationPeer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
// #define DEBUG_AUTOMATION
65
using Microsoft.Toolkit.Uwp.UI.Controls.Primitives;
76
using Windows.UI.Xaml.Automation.Peers;
87

0 commit comments

Comments
 (0)