Skip to content

Commit

Permalink
1.1.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochengvia committed Jun 15, 2023
1 parent 23bb39c commit 120f12c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(BreadcrumbItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(BreadcrumbItem));
#endregion

#region ShadowColor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(CalendarXItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(CalendarXItem));
#endregion

#region ShadowColor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(MultiComboBoxItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(MultiComboBoxItem));
#endregion

#region RemoveButtonVisibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(NoticeBoxItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(NoticeBoxItem));
#endregion

#region ShadowColor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(PaginationItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(PaginationItem));
#endregion

#region HoverBackground
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(SearchBoxItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(SearchBoxItem));
#endregion

#region ShadowColor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(TagItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(TagItem));
#endregion

#region ShadowColor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(TimeSelectorItem));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(TimeSelectorItem));
#endregion

#region ShadowColor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
ResourceDictionaryLocation.SourceAssembly
)]

[assembly: AssemblyVersion("1.1.11.12")]
[assembly: AssemblyFileVersion("1.1.11.12")]
[assembly: AssemblyVersion("1.1.11.13")]
[assembly: AssemblyFileVersion("1.1.11.13")]

0 comments on commit 120f12c

Please sign in to comment.