public static bool?GetDialogResult(ChildWindow childWindow) { return(childWindow.GetValue(DialogResultProperty) as bool?); }
public static bool?GetDialogResult(ChildWindow target) { return((bool?)target.GetValue(DialogResultProperty)); }