Beispiel #1
0
 private static void onLightenPercentageChanged(BlendedBrush i, DPChangedEventArgs <double> e)
 {
     i.UpdateAttachedSolidColorBrush();
 }
Beispiel #2
0
 private static void onLayerChanged(BlendedBrush i, DPChangedEventArgs <SolidColorBrush> e)
 {
     i.UpdateAttachedSolidColorBrush();
 }
Beispiel #3
0
 public static void SetBrush(DependencyObject i, BlendedBrush v) => i.Set(BrushProperty, v);