2 references to Indent_labels_normally
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\LabelPositionOptionsViewModel.cs (1)
61yield return (CSharpVSResources.Indent_labels_normally, LabelPositionOptions.NoIndent);
Options\Formatting\IndentationViewModel.cs (1)
95Items.Add(new RadioButtonViewModel<LabelPositionOptionsInternal>(CSharpVSResources.Indent_labels_normally, GotoLabelPreview, "goto", LabelPositionOptionsInternal.NoIndent, CSharpFormattingOptions2.LabelPositioning, this, optionStore));