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