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 b12e376 commit ca02130Copy full SHA for ca02130
Aronium.Wpf.Toolkit/Controls/ClosableTabItem.cs
@@ -2,7 +2,6 @@
2
using System.Windows;
3
using System.Windows.Controls;
4
using System.Windows.Input;
5
-using System.Windows.Media;
6
7
namespace Aronium.Wpf.Toolkit.Controls
8
{
@@ -11,7 +10,6 @@ public class ClosableTabItem : TabItem
11
10
12
#region - Fields -
13
14
- private ContextMenu contextMenu = new ContextMenu();
15
private static RoutedCommand _closeAllCommand = new RoutedCommand("CloseAllCommand", typeof(ClosableTabItem));
16
private static RoutedCommand _closeAllButActiveCommand = new RoutedCommand("CloseAllButActiveCommand", typeof(ClosableTabItem));
17
private static RoutedCommand _closeTabCommand = new RoutedCommand("CloseTabCommand", typeof(ClosableTabItem));
0 commit comments