Because of this question I know how to set the focus of a Control (Windows.UI.Xaml.Controls.Control); however, I do not know how to get access to the ContentDialog's SeocndaryButton in order to set it's focus. This is not the same as setting it as the DefaultButton. When I do that I still cannot just hit enter to activate the secondary button.
Does anyone know how to do this?