Posts Tagged Bug Patch
WPF: Access Keys Scoping
Posted by Tim Valentine in Bug Patches, Controls, WPF on July 29, 2012
Problem
Within the WPF framework access keys are always scoped to the active window, regardless of what settings you may have set. This can cause problems when multiple elements exist within the window hierarchy. The WPF framework will likely choose the incorrect target element. What you need is to scope the access keys to the currently focused element, and unfortunately the WPF framework contains a internal bug that prevents this functionality.