2 references to Label_Indentation
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
109yield return Setting.Create(CSharpFormattingOptions2.LabelPositioning, CSharpVSResources.Label_Indentation, options, updaterService);
Options\Formatting\IndentationViewModel.cs (1)
92Items.Add(new TextBlock() { Text = CSharpVSResources.Label_Indentation });