You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CommonControls.Converter/ColorToNameConverter.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@
13
13
usingSystem.Windows.Media;
14
14
usingSystem.Linq;
15
15
16
-
namespaceCommonControls.Converters
16
+
namespaceCommonControls.Converter
17
17
{
18
18
/// <summary>
19
19
/// Converter that converts between a Color and its name as a string for WPF bindings. It uses reflection to find the name of the color in System.Windows.Media.Colors when converting from Color to string, and uses ColorConverter to convert from string to Color.
0 commit comments