diff --git a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/App.xaml b/src/MahApps.Metro.Samples/MahApps.Metro.Demo/App.xaml index 3c43995586..a5de1859e6 100644 --- a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/App.xaml +++ b/src/MahApps.Metro.Samples/MahApps.Metro.Demo/App.xaml @@ -84,6 +84,12 @@ + + \ No newline at end of file diff --git a/src/MahApps.Metro/Controls/Helper/ControlsHelper.cs b/src/MahApps.Metro/Controls/Helper/ControlsHelper.cs index 2e01d43eff..f85918c16d 100644 --- a/src/MahApps.Metro/Controls/Helper/ControlsHelper.cs +++ b/src/MahApps.Metro/Controls/Helper/ControlsHelper.cs @@ -58,6 +58,7 @@ public static void SetDisabledVisualElementVisibility(UIElement element, Visibil [AttachedPropertyBrowsableForType(typeof(DropDownButton))] [AttachedPropertyBrowsableForType(typeof(SplitButton))] [AttachedPropertyBrowsableForType(typeof(WindowCommands))] + [AttachedPropertyBrowsableForType(typeof(ColorPalette))] public static CharacterCasing GetContentCharacterCasing(UIElement element) { return (CharacterCasing)element.GetValue(ContentCharacterCasingProperty); diff --git a/src/MahApps.Metro/Themes/ColorPicker/ColorPalette.xaml b/src/MahApps.Metro/Themes/ColorPicker/ColorPalette.xaml index 287cac4577..f74bd82f7f 100644 --- a/src/MahApps.Metro/Themes/ColorPicker/ColorPalette.xaml +++ b/src/MahApps.Metro/Themes/ColorPicker/ColorPalette.xaml @@ -120,7 +120,7 @@ - +