protected virtual void OnUnchecked() { Unchecked?.Invoke(this, RoutedEventArgsFactory.Create(this)); }
protected virtual void OnIndeterminate() { Indeterminate?.Invoke(this, RoutedEventArgsFactory.Create(this)); }