/// <summary>
 ///   Initializes static members of the <see cref = "ColorPickerPanel" /> class.
 /// </summary>
 static ColorPickerPanel()
 {
     DefaultStyleKeyProperty.OverrideMetadata(
         typeof(ColorPickerPanel), new FrameworkPropertyMetadata(typeof(ColorPickerPanel)));
     InitPalette();
     Strings = new ColorPickerPanelStrings();
 }
 /// <summary>
 /// Initializes static members of the <see cref="ColorPickerPanel" /> class.
 /// </summary>
 static ColorPickerPanel()
 {
     DefaultStyleKeyProperty.OverrideMetadata(
         typeof(ColorPickerPanel), new FrameworkPropertyMetadata(typeof(ColorPickerPanel)));
     InitPalette();
     Strings = new ColorPickerPanelStrings();
 }