C#C
C#4y ago
hugeman

Cannot find governing FrameworkElement or FrameworkContentElement for target element

I'm trying to make something similar to the UIElement's InputBindings, but for some reason, I'm getting this error in the debug output:
Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=DoSomethingCommand; DataItem=null; target element is 'CustomInputBindingThing' (HashCode=53330552); target property is 'Command' (type 'ICommand')
Was this page helpful?