7 lines
359 B
C#
7 lines
359 B
C#
using System.Runtime.CompilerServices;
|
|
using System.Windows;
|
|
using System.Windows.Markup;
|
|
|
|
[assembly: InternalsVisibleTo("TheXamlGuy.UI.WPF.Controls")]
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
|
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "TheXamlGuy.UI.WPF")] |