I have a static loader image in wpf, I can easily use it as a loading gif by using WPFAnimatedGIF nuget package, but it seems like an overkill.
There is only one sce
I know that this question already has an answer, but there is a different approach. Just use ProgressBar and set IsIndeterminate to True:
The style is from Material Design In XAML Toolkit. There is no need to use GIFs as busy indicators, I made the same mistake some time ago