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