using System.Reflection; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Markup; [assembly: AssemblyTitle("Developpez.Windows")] [assembly: ComVisible(false)] [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // XAML Namespace mappings [assembly: XmlnsDefinition("http://www.developpez.com/xaml", "Developpez.Dotnet.Windows.Configuration")] [assembly: XmlnsDefinition("http://www.developpez.com/xaml", "Developpez.Dotnet.Windows.Input")] [assembly: XmlnsDefinition("http://www.developpez.com/xaml", "Developpez.Dotnet.Windows.Localization")] [assembly: XmlnsDefinition("http://www.developpez.com/xaml", "Developpez.Dotnet.Windows.Behaviors")] [assembly: XmlnsDefinition("http://www.developpez.com/xaml", "Developpez.Dotnet.Windows.Markup")] [assembly: XmlnsDefinition("http://www.developpez.com/xaml", "Developpez.Dotnet.Windows.Controls")] [assembly: XmlnsPrefix("http://www.developpez.com/xaml", "dvp")]