Property Source
Source
Gets or sets the View that is the origin of this binding.
public View? Source { readonly get; set; }
Property Value
Remarks
For key bindings, this is the view where the binding was added.
For mouse bindings, this is the view that received the mouse event.
For programmatic invocations, this is the view that called InvokeCommand(Command).