Mike,
Add the following to your XAML.
xmlns:designTime="clr-namespace:MyDesignTimeNS;assembly=MyBinaryName" d:DataContext="{d:DesignInstance designTime:DesignTimeObjectNameViewModel, IsDesignTimeCreatable=True}
With this, I can save development time data in a separate binary file and not distribute it.
source share