diff --git a/src/Shared/HandyControl_Shared/Controls/Other/Gravatar.cs b/src/Shared/HandyControl_Shared/Controls/Other/Gravatar.cs index 7fb8029a6..89d2dbe88 100644 --- a/src/Shared/HandyControl_Shared/Controls/Other/Gravatar.cs +++ b/src/Shared/HandyControl_Shared/Controls/Other/Gravatar.cs @@ -45,7 +45,7 @@ private static void OnSourceChanged(DependencyObject d, DependencyPropertyChange { Stretch = Stretch.UniformToFill } - : ResourceHelper.GetResourceInternal("SecondaryRegionBrush"); + : ResourceHelper.GetResource("SecondaryRegionBrush"); } public ImageSource Source diff --git a/src/Shared/HandyControl_Shared/Controls/Other/Pagination.cs b/src/Shared/HandyControl_Shared/Controls/Other/Pagination.cs index ca01ba30e..f84e81743 100644 --- a/src/Shared/HandyControl_Shared/Controls/Other/Pagination.cs +++ b/src/Shared/HandyControl_Shared/Controls/Other/Pagination.cs @@ -385,7 +385,7 @@ private RadioButton CreateButton(int page) { return new() { - Style = ResourceHelper.GetResourceInternal