Skip to content

Commit 4cab64a

Browse files
committed
Remove redundant usings
1 parent 4152445 commit 4cab64a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Command/MouseActionConverter.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,15 @@
99
// to the *Type* that the string represents
1010
//
1111

12-
using System;
1312
using System.ComponentModel; // for TypeConverter
1413
using System.Globalization; // for CultureInfo
15-
using System.Reflection;
16-
using MS.Internal;
17-
using System.Windows;
18-
using System.Windows.Input;
19-
using MS.Utility;
2014

2115
using SR = MS.Internal.PresentationCore.SR;
2216

2317
namespace System.Windows.Input
2418
{
2519
/// <summary>
26-
/// MouseAction - Converter class for converting between a string and the Type of a MouseAction
20+
/// Converter class for converting between a <see langword="string"/> and <see cref="MouseAction"/>.
2721
/// </summary>
2822
public class MouseActionConverter : TypeConverter
2923
{

0 commit comments

Comments
 (0)