protected void ApplyDefaultStyle()
 {
     this.Style = WpfHelpers.GetDefaultStyle(this.GetType(), "OwnResourceDictionaryFullPath here");
     this.ApplyTemplate();
 }