6 writes to Source
PresentationFramework (6)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7534bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.ResourceDictionary)target).Source = (System.Uri)value; };
System\Windows\ResourceDictionary.cs (2)
199Source = classicResourceUri; 212Source = genericResourceUri;
System\Windows\ThemeDictionaryExtension.cs (1)
247dictionary.Source = GenerateUri(info.AssemblyName, SystemResources.ResourceDictionaries.ThemedResourceName, MS.Win32.UxThemeWrapper.ThemeName);
System\Windows\ThemeManager.cs (2)
44Application.Current.Resources.MergedDictionaries.Add(new ResourceDictionary() { Source = themeColorResourceUri }); 193var newDictionary = new ResourceDictionary() { Source = dictionaryUri };
3 references to Source
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7535bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.ResourceDictionary)target).Source; };
System\Windows\ThemeManager.cs (2)
23if (mergedDictionary.Source != null && mergedDictionary.Source.ToString().EndsWith("Fluent.xaml"))