SelectAllSelection() public method

public SelectAllSelection ( ) : bool
return bool
Exemplo n.º 1
0
        public bool SelectAllSelection()
        {
            bool success = selectionHelper.SelectAllSelection();

            if (success)
            {
                RaiseSelectionChanged(String.Empty);
            }
            return(success);
        }
Exemplo n.º 2
0
 public bool SelectAllSelection()
 {
     return(selectionHelper.SelectAllSelection());
 }
Exemplo n.º 3
0
 public bool SelectAllSelection()
 {
     return(selectionHelper.SelectAllSelection());
     //in the past, we did this because ComboBox doesn't support this: return false;
 }