private static void MainPointerAngle_Changed(DependencyObject o, DependencyPropertyChangedEventArgs args) { ctlGauge thisClass = (ctlGauge)o; thisClass.SetMainPointerAngle(); }
private static void CurrentValue_Changed(DependencyObject o, DependencyPropertyChangedEventArgs args) { ctlGauge thisClass = (ctlGauge)o; thisClass.SetCurrentValue(); }