| Name | Description | |
|---|---|---|
|  | CommandExtensions Constructor | 
The following tables list the members exposed by CommandExtensions.
| Name | Description | |
|---|---|---|
|  | CommandExtensions Constructor | 
| Name | Description | |
|---|---|---|
|   | CommandParameterProperty | Identifies the CommandParameter attached property. | 
|   | CommandProperty | Identifies the Command attached property. | 
|   | CommandTargetProperty | Identifies the CommandTarget attached property. | 
| Name | Description | |
|---|---|---|
|   | GetCommand | Gets the command that will be executed when the command source is invoked. | 
|   | GetCommandParameter | Gets a user defined data value that can be passed to the command when it is executed. | 
|   | GetCommandTarget | Gets the object that the command is being executed on. | 
|   | SetCommand | Sets the command that will be executed when the command source is invoked. | 
|   | SetCommandParameter | Sets a user defined data value that can be passed to the command when it is executed. | 
|   | SetCommandTarget | Sets the object that the command is being executed on. |