1 reference to ListBoxSelectAllKey
PresentationFramework (1)
System\Windows\Controls\ListBox.cs (1)
82
CommandHelpers.RegisterCommandHandler(typeof(ListBox), ListBox.SelectAllCommand, new ExecutedRoutedEventHandler(OnSelectAll), new CanExecuteRoutedEventHandler(OnQueryStatusSelectAll), KeyGesture.CreateFromResourceStrings(
ListBoxSelectAllKey
, SR.ListBoxSelectAllKeyDisplayString));