Class RoutedCommands
Provides functionality for binding System.
Inheritance
Namespace: Sartorius.SAF.Presentation
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class RoutedCommands
Fields
View SourceCommandBindingsProperty
Identifies the Sartorius.
Declaration
public static readonly DependencyProperty CommandBindingsProperty
Field Value
Type | Description |
---|---|
System. |
OpenUriCommand
Represents a command that indicates the intention of opening a System.
Declaration
public static readonly RoutedCommand OpenUriCommand
Field Value
Type | Description |
---|---|
System. |
Methods
View SourceGetCommandBindings(DependencyObject)
Gets the value of the Sartorius.
Declaration
public static CommandBindingCollection GetCommandBindings(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
System. |
element | The element from which to read the property value. |
Returns
Type | Description |
---|---|
System. |
The value of the Sartorius. |
SetCommandBindings(DependencyObject, CommandBindingCollection)
Sets the value of the Sartorius.
Declaration
public static void SetCommandBindings(DependencyObject element, CommandBindingCollection value)
Parameters
Type | Name | Description |
---|---|---|
System. |
element | The element on which to set the attached property. |
System. |
value | The property value to set. |
Remarks
This is a proxy for System.