1 write to _tableControls
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorControl.xaml.cs (1)
69
_tableControls
= _views.SelectAsArray(view => view.TableControl).ToArray();
1 reference to _tableControls
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorControl.xaml.cs (1)
104
internal IWpfTableControl[] GetTableControls() =>
_tableControls
;