static HyperlinkButton()
 {
     ForegroundProperty.AddOwner(typeof(HyperlinkButton), new PropertyMetadata(new SolidColorBrush(AppercodeColors.Blue)));
 }
 static ProgressRing()
 {
     ForegroundProperty.AddOwner(typeof(ProgressRing), new PropertyMetadata(new SolidColorBrush(AppercodeColors.White)));
 }