I\'ve a project made from the \"WPF User Control Library\" Template in Visual Studio.
This project contains one main usercontrol plus additional Windows/Usercontrols.
Make those controls internal. If you have classic UserControls with XAML and codebehind you will need to add x:ClassModifier="internal" to the root element in the XAML: