|
AutoCompleteBehavior |
AutoComplete behavior for text boxes. |
|
AutoCompleteManager |
|
|
BackgroundCommand |
|
|
BatchedObservableCollection<T> |
|
|
CanExecuteDependsOnPropertyAttribute |
Specifies that a property affects the CanExecute part of this command. When the property of the specified source changes, CanExecuteChanged event for the current command property will be raised also. |
|
CollectionTransformation |
|
|
ControlEvents |
|
|
DependsOnPropertyAttribute |
Specifies that other properties affect the value of this property or the validation rule associated with this property. When one of the properties in the "depends on" list changes, PropertyChanged event for the current property will be raised also. This an abstract attribute - use either ValueDependsOnProperty or ValidationDependsOnProperty attributes. |
|
DialogAssistant |
|
|
FrameworkElementBehaviors |
|
|
FrameworkElementEvents |
|
|
HttpUriValidationRule |
|
|
ItemDoubleClickEventArgs |
|
|
ItemsControlBehaviour |
A behavior that allows for executing ICommand when user double-click on an item in the ItemsControl |
|
ListBoxItemEvents |
|
|
MessageBoxArgs |
A class that contains a property for each parameter of MessageBox.Show() method. |
|
MessageBoxServiceBase |
|
|
MVVMSupport |
A mechanism that allows inserting core service into view model. |
|
NotifyPropertyChangedDispatcherObject |
This class represents an object associated with dispatcher and implements INotifyPropertyChanged interface. |
|
OpenDocumentCommand |
An abstract command that allows for opening documents with their default application. |
|
OpenFWLinkCommand |
A command that opens FWLinks in the browser. A linkId can be passed as a constructor parameter or command parameter in xaml. |
|
OpenUrlCommand |
A command that opens specified http or https address in the browser. A navigate Url can be passed into constructor or as command parameter in xaml. |
|
ParameterConvertingCommand |
|
|
PasswordBoxAssistant |
|
|
RegisterWindow |
Allows registering windows for WindowsDisplayService. |
|
RelayCommand |
A command whose sole purpose is to relay its functionality to other objects by invoking delegates. The default return value for the CanExecute method is 'true'. |
|
RelayValidationRule |
|
|
SelectorBehaviors |
|
|
SelectorEvents |
|
|
ServiceNotFoundException |
|
|
SqlServerFileSytemAutoCompleteProvider |
|
|
StringNotNullOrWhiteSpaceValidationRule |
Validates that string property is not null or white space string. Property type must be string. |
|
TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> |
Provides a live transformation of elements from a mutable source collection. |
|
TreeViewBehaviors |
|
|
TreeViewItemBehaviors |
|
|
TreeViewItemEvents |
|
|
UIElementEvents |
|
|
UIService |
|
|
ValidatingViewModelBase |
A view model that support validation. |
|
ValidationDependsOnPropertyAttribute |
Specifies that other properties affect the validation rule that is associated with this property. When one of the properties in the "depends on" list changes, PropertyChanged event for the current property will be raised also. |
|
ValidationRule |
|
|
ValueDependsOnCollectionAttribute |
Specifies that a collection affects the value of this property. When the associated collection changes, PropertyChanged event for the current property will be raised also. |
|
ValueDependsOnExternalPropertyAttribute |
Specifies that external properties affect the value of this one. When the property of the specified source changes, PropertyChanged event for the current property will be raised also. |
|
ValueDependsOnPropertyAttribute |
Specifies that other properties affect the value of this one. When one of the properties in the "depends on" list changes, PropertyChanged event for the current property will be raised also. |
|
ViewModelBase |
|
|
WindowViewModel |
|