I want to replace the regular ProgressBar with circle one and after shot search here in the forum i found what i want.
ProgressBar
CircularProgressBar.XAML
You probably missed x:Name="userControl" in the UserControl definition:
x:Name="userControl"
UserControl
...