4 implementations of TableControl
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Analyzers\View\AnalyzerSettingsView.xaml.cs (1)
28
public IWpfTableControl
TableControl
{ get; }
EditorConfigSettings\CodeStyle\View\CodeStyleSettingsView.xaml.cs (1)
29
public IWpfTableControl
TableControl
{ get; }
EditorConfigSettings\NamingStyle\View\NamingStyleSettingsView.xaml.cs (1)
29
public IWpfTableControl
TableControl
{ get; }
EditorConfigSettings\Whitespace\View\WhitespaceSettingsView.xaml.cs (1)
28
public IWpfTableControl
TableControl
{ get; }
1 reference to TableControl
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorControl.xaml.cs (1)
69
_tableControls = [.. _views.SelectAsArray(view => view.
TableControl
)];