protected virtual ModifierKeys?ConvertStringToModifierKeys(string value) { return(ModifierKeysConverter.ConvertStringToModifierKeys(value, null)); }