| AnonymousCommand(IViewModelServiceProvider serviceProvider, Action action) | SiliconStudio.Presentation.Commands.AnonymousCommand | |
| AnonymousCommand(IViewModelServiceProvider serviceProvider, Action action, Func< bool > canExecute) | SiliconStudio.Presentation.Commands.AnonymousCommand | |
| AnonymousCommand(IViewModelServiceProvider serviceProvider, Action< object > action) | SiliconStudio.Presentation.Commands.AnonymousCommand | |
| AnonymousCommand(IViewModelServiceProvider serviceProvider, Action< object > action, Func< bool > canExecute) | SiliconStudio.Presentation.Commands.AnonymousCommand | |
| CanExecute(object parameter) | SiliconStudio.Presentation.Commands.AnonymousCommand | virtual |
| SiliconStudio::Presentation::Commands::CommandBase.CanExecute() | SiliconStudio.Presentation.Commands.CommandBase | |
| CanExecuteChanged | SiliconStudio.Presentation.Commands.CommandBase | |
| CommandBase(IViewModelServiceProvider serviceProvider) | SiliconStudio.Presentation.Commands.CommandBase | protected |
| DependentProperties | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| Dispatcher | SiliconStudio.Presentation.ViewModel.DispatcherViewModel | |
| DispatcherViewModel(IViewModelServiceProvider serviceProvider) | SiliconStudio.Presentation.ViewModel.DispatcherViewModel | protected |
| Execute(object parameter) | SiliconStudio.Presentation.Commands.AnonymousCommand | virtual |
| SiliconStudio::Presentation::Commands::CommandBase.Execute() | SiliconStudio.Presentation.Commands.CommandBase | |
| IsEnabled | SiliconStudio.Presentation.Commands.CommandBase | |
| OnPropertyChanged(params string[] propertyNames) | SiliconStudio.Presentation.ViewModel.DispatcherViewModel | protectedvirtual |
| OnPropertyChanging(params string[] propertyNames) | SiliconStudio.Presentation.ViewModel.DispatcherViewModel | protectedvirtual |
| PropertyChanged | SiliconStudio.Presentation.ViewModel.ViewModelBase | |
| PropertyChanging | SiliconStudio.Presentation.ViewModel.ViewModelBase | |
| ServiceProvider | SiliconStudio.Presentation.ViewModel.ViewModelBase | |
| SetValue(Action updateAction, [CallerMemberName]string propertyName=null) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue(Action updateAction, params string[] propertyNames) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue(Func< bool > hasChangedFunction, Action updateAction, [CallerMemberName]string propertyName=null) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue(bool hasChanged, Action updateAction, [CallerMemberName]string propertyName=null) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue(bool hasChanged, Action updateAction, params string[] propertyNames) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue(Func< bool > hasChangedFunction, Action updateAction, params string[] propertyNames) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protectedvirtual |
| SetValue< T >(ref T field, T value, [CallerMemberName]string propertyName=null) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue< T >(ref T field, T value, params string[] propertyNames) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue< T >(ref T field, T value, Action updateAction, [CallerMemberName]string propertyName=null) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| SetValue< T >(ref T field, T value, Action updateAction, params string[] propertyNames) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protectedvirtual |
| ViewModelBase() | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |
| ViewModelBase(IViewModelServiceProvider serviceProvider) | SiliconStudio.Presentation.ViewModel.ViewModelBase | protected |