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