Command binding is not propagating for control into a DataTemplate of ItemTemplate
问题 For Command "CommandZoomIn", CanExecute and Execute do not occurs for controls defined into the ListBox ItemTemplate. GraphLcView method "CanExecute" and "Execute" are both called when GraphLcView UserControl is defined directly as child of AnalysisView, but both methods are never called when they are added as Item DataTemplate of a ListBox ItemTemplate. The button with the command is defined in my top level window into a Ribbon. Simplified hierarchy: (Working) Top Level window ->