SelectAllSelection() публичный Метод

public SelectAllSelection ( ) : bool
Результат bool
Пример #1
0
        public bool SelectAllSelection()
        {
            bool success = selectionHelper.SelectAllSelection();

            if (success)
            {
                RaiseSelectionChanged(String.Empty);
            }
            return(success);
        }
Пример #2
0
 public bool SelectAllSelection()
 {
     return(selectionHelper.SelectAllSelection());
 }
Пример #3
0
 public bool SelectAllSelection()
 {
     return(selectionHelper.SelectAllSelection());
     //in the past, we did this because ComboBox doesn't support this: return false;
 }