5 writes to Source
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7492bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.ResourceDictionary)target).Source = (System.Uri)value; };
src\Framework\System\Windows\ResourceDictionary.cs (2)
198Source = classicResourceUri; 211Source = genericResourceUri;
src\Framework\System\Windows\ThemeDictionaryExtension.cs (1)
256dictionary.Source = GenerateUri(info.AssemblyName, SystemResources.ResourceDictionaries.ThemedResourceName, MS.Win32.UxThemeWrapper.ThemeName);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\CachedResourceDictionaryExtension.cs (1)
28resourceDictionary.Source = this.Source;
1 reference to Source
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7493bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.ResourceDictionary)target).Source; };