We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0bba3 commit 9070b75Copy full SHA for 9070b75
VSDebugCoreLib/UI/Tools/ConsoleWindow.cs
@@ -2,9 +2,7 @@
2
using System.ComponentModel.Design;
3
using System.Runtime.InteropServices;
4
using System.Threading.Tasks;
5
-using System.Windows.Controls;
6
using System.Windows.Forms;
7
-using System.Windows.Threading;
8
using Microsoft.VisualStudio;
9
using Microsoft.VisualStudio.ComponentModelHost;
10
using Microsoft.VisualStudio.Editor;
@@ -18,7 +16,6 @@
18
16
using Microsoft.VisualStudio.Utilities;
19
17
using VSDebugCoreLib.Console;
20
using VSDebugCoreLib.Utils;
21
-using static System.Windows.Forms.VisualStyles.VisualStyleElement;
22
using DefGuidList = Microsoft.VisualStudio.Editor.DefGuidList;
23
//scomponentmodel
24
//editor
0 commit comments