
When my dialog opens, I'd like to set the focus on a particular button. But the usual approach of setting the attached property FocusManager.FocusedElement in XAML seems to have no effect. I tried just focusing the control in the window's Load event, but that didn't work, either. I assume there is some trick needed when using ToggleTransitionPresenter?