1 implementation of GetTableControl
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\SettingsViewModelBase.cs (1)
72
public IWpfTableControl4
GetTableControl
()
4 references to GetTableControl
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Analyzers\View\AnalyzerSettingsView.xaml.cs (1)
23
TableControl = _viewModel.
GetTableControl
();
EditorConfigSettings\CodeStyle\View\CodeStyleSettingsView.xaml.cs (1)
23
TableControl = _viewModel.
GetTableControl
();
EditorConfigSettings\NamingStyle\View\NamingStyleSettingsView.xaml.cs (1)
23
TableControl = _viewModel.
GetTableControl
();
EditorConfigSettings\Whitespace\View\WhitespaceSettingsView.xaml.cs (1)
23
TableControl = _viewModel.
GetTableControl
();