Example #1
0
 public static void ReferenceCrispImageBackground(this System.Windows.FrameworkElement target, object colorKey)
 {
     target.SetResourceReference(ImageThemingUtilities.ImageBackgroundColorProperty, colorKey);
 }