I use custom wpf commands. When writing a user command, you must determine the type of owner. The description states that this is the type that registers the command. I saw some examples of user commands, and there the owner type was UIElement, and in some others it was the class name. What's the difference? What should be the type of owner?
source share