Inheritance: INotifyPropertyChanged
 public ConnectionDialog(IConnectionInfo cxInfo)
 {
     DataContext = _properties = new ConnectionProperties(cxInfo);
     InitializeComponent();
 }
 public ConnectionDialog(IConnectionInfo cxInfo) {
   DataContext = _properties = new ConnectionProperties(cxInfo);
   InitializeComponent();
 }