Method GetDispatchTarget
GetDispatchTarget(ICommandContext?)
Shortcut dispatches all commands to CommandView. The framework handles:
- Source guard (skip if source is already within CommandView)
- Programmatic guard (skip if no binding)
protected override View GetDispatchTarget(ICommandContext? ctx)
Parameters
ctxICommandContext