I have some WPF ListBox which is dynamically populating with items. Something like this :
ListBox.Items.Add (new ListBoxItem { Content = new CheckBox { IsChe
Use a double underscore string__string, since in WPF, the _ is the mnemonic character.
Even better, just solve this issue in xaml and create a collection in your view model (or code-behind).