We've started work on a WPF application a client. They have an in-house designer that they would like to use for doing the visual design of the application. This I have no problem with. We just did something similar with a webapp we created with them, and it worked well.
We've pointed their designer at Blend, and he's going to go off and learn while we're doing development on the application.
We already have a shared Dropbox folder that these resources will probably live in, as our in-house source control is (understandably) locked down, and I doubt I'd be able to introduce something like a shared Mercurial repo.
What I would like to do is share the bare minimum with the designer, only the xaml files if I can. As this is my first large WPF project, and my first one involving Blend, and an outside designer, I'm not sure on the best practices for this, and would like to get input before moving down this path.