0
votes
1answer
521 views
Custom properties in XAML of System.Windows.Window
Hello!
I've got a very simple WPF UserControl that looks like this:
namespace WpfControlLibrary1
{
public partial class UserControl1 : UserControl
{
public UserContr …
