private void ShowBindingEditor(object obj) { var window = new BindingEditorWindow(this); window.ShowDialog(); }