Ejemplo n.º 1
0
        protected override bool ConfirmEndEditScalars()
        {
            var path = _currentDirectory.GetValue();

            _directoryTree.Select(path);
            ScalarContainer.CancelEdit();
            return(false);
        }
Ejemplo n.º 2
0
 private void BeginEdit(object sender, ExecutedRoutedEventArgs e)
 {
     ScalarContainer.BeginEdit();
 }