static WindowBaseEx() { DefaultStyleKeyProperty.OverrideMetadata(typeof(WindowBaseEx), new FrameworkPropertyMetadata(typeof(WindowBaseEx))); MiniCommand.RegisterHandler(typeof(WindowBaseEx), OnWindowCommand, OnQueryWindowCommand); }