Exemple #1
0
 private static void onLayerChanged(BlendedBrush i, DPChangedEventArgs <SolidColorBrush> e)
 {
     i.UpdateAttachedSolidColorBrush();
 }
Exemple #2
0
 private static void onLightenPercentageChanged(BlendedBrush i, DPChangedEventArgs <double> e)
 {
     i.UpdateAttachedSolidColorBrush();
 }