namespace TriggerAction { public class OpenWindowAction : TriggerAction<DependencyObject> { public Type WindowType { get { return (Type)GetValue(WindowTypeProperty); } set { SetValue(WindowTypeProperty, value); } } public static readonly DependencyP…