I have an MVVM-based WPF 4 application which uses a ProgressBar to show the percentage completion of a long-running operation.
I think the only way is to create a custom style for the ProgressBar. The description of MSDN for IsIndeterminate refers to another behaviour and, for default, it is false so setting it doesn't change anything.
ProgressBar