2 writes to Resources
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7390SetDelegate = delegate (object target, object value) { ((System.Windows.Style)target).Resources = (System.Windows.ResourceDictionary)value; },
System\Windows\Style.cs (1)
321set { Resources = value; }
4 references to Resources
PresentationFramework (4)
System\Windows\FrameworkElement.cs (2)
1271style.Resources, 1314themeStyle.Resources,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7391GetDelegate = delegate (object target) { return ((System.Windows.Style)target).Resources; }
System\Windows\Style.cs (1)
320get { return Resources; }