Beispiel #1
0
        static WindowBaseEx()
        {
            DefaultStyleKeyProperty.OverrideMetadata(typeof(WindowBaseEx), new FrameworkPropertyMetadata(typeof(WindowBaseEx)));

            MiniCommand.RegisterHandler(typeof(WindowBaseEx), OnWindowCommand, OnQueryWindowCommand);
        }