void SetupAccessibility() { checkStepIntoExternalCode.SetCommonAccessibilityAttributes("DebuggerPanel.projectCodeOnly", "", GettextCatalog.GetString("Check to step into framework code")); checkStepOverPropertiesAndOperators.SetCommonAccessibilityAttributes("DebuggerPanel.stepOverProperties", "", GettextCatalog.GetString("Check to step over properties and operators")); checkAllowEval.SetCommonAccessibilityAttributes("DebuggerPanel.allowEval", "", GettextCatalog.GetString("Check to allow implicit property evaluation and method invocation")); checkAllowToString.SetCommonAccessibilityAttributes("DebuggerPanel.allowToString", "", GettextCatalog.GetString("Check to call string-conversion functions on objects in the Variables windows")); checkShowBaseGroup.SetCommonAccessibilityAttributes("DebuggerPanel.showBaseGroup", "", GettextCatalog.GetString("Check to show inherited class members in a base class group")); checkGroupPrivate.SetCommonAccessibilityAttributes("DebuggerPanel.groupPrivate", "", GettextCatalog.GetString("Check to group non-public members in the Variables windows")); checkGroupStatic.SetCommonAccessibilityAttributes("DebuggerPanel.groupStatic", "", GettextCatalog.GetString("Check to group static members in the Variables windows")); spinTimeout.SetCommonAccessibilityAttributes("DebuggerPanel.timeout", evalLabel, GettextCatalog.GetString("Set the length of time the evaluation will wait before giving up")); enableLogging.SetCommonAccessibilityAttributes("DebuggerPanel.enableLogging", "", GettextCatalog.GetString("Check to enable some diagnostic logging")); }