Marius Bancila's Blog » Reference a XAML From Another Project by Wpf

Sun, 06 Sep 2009 00:00:33 -0600

Marius Bancila's Blog » Reference a XAML From Another Project

by Wpf @ Sun, 06 Sep 2009 00:00:33 -0600



Let's say you want to use a XAML called SampleWindow. from a referenced assembly called WpfDemoLib. The App.xaml file should look like this: < Application x:Class="WpfApplication1. ...