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