4 implementations of SettingControl
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Analyzers\View\AnalyzerSettingsView.xaml.cs (1)
27
public UserControl
SettingControl
=> this;
EditorConfigSettings\CodeStyle\View\CodeStyleSettingsView.xaml.cs (1)
28
public UserControl
SettingControl
=> this;
EditorConfigSettings\NamingStyle\View\NamingStyleSettingsView.xaml.cs (1)
28
public UserControl
SettingControl
=> this;
EditorConfigSettings\Whitespace\View\WhitespaceSettingsView.xaml.cs (1)
27
public UserControl
SettingControl
=> this;
4 references to SettingControl
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\SettingsEditorControl.xaml.cs (4)
56
WhitespaceControl = whitespaceView.
SettingControl
;
57
CodeStyleControl = codeStyleView.
SettingControl
;
58
NamingStyleControl = namingStyleView.
SettingControl
;
59
AnalyzersControl = analyzerView.
SettingControl
;