I have a custom control derived from Button:
class MyControl : Button{}
And suppose, this class is empty (has no members).
In t
The TargetType property doesn't work for classes that derive from the specified type. See this question