http://avalondock.codeplex.com/SourceControl/changeset/view/62498#1218343
<ResourceDictionary Source="/AvalonDock;component/Resources/Common.xaml"/>
There must be something I don't understand about either the syntax of a ResourceDictionary's Source property, or how XAML is compiled. I'd like to insert AvalonDock's source directly into a project, but it seems like some of its XAML files reference "the AvalonDock assembly".
How can this be?