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