public static void ShowDialog(CodeProperty2[] props)
        {
            var win = new NotifyPropertyDialog();

            win.PropertyList.ItemsSource = props;
        }
 public static void ShowDialog(CodeProperty2[] props)
 {
     var win = new NotifyPropertyDialog();
     win.PropertyList.ItemsSource = props;
 }