2 references to _themeDictionary
Microsoft.VisualStudio.LanguageServices (2)
VSWpfThemeService.cs (2)
25
_themeDictionary
.Source = new Uri("/Microsoft.VisualStudio.LanguageServices;component/VSThemeDictionary.xaml", UriKind.Relative);
30
frameworkElement.Resources.MergedDictionaries.Add(
_themeDictionary
);