private static void OnColorTextChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) { BusyIndicator borderControl = d as BusyIndicator; borderControl.OnColorTextChanged(e); }