2 writes to Resources
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6829
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Style)target).
Resources
= (System.Windows.ResourceDictionary)value; };
src\Framework\System\Windows\Style.cs (1)
343
set {
Resources
= value; }
4 references to Resources
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (2)
1288
style.
Resources
,
1331
themeStyle.
Resources
,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6830
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Style)target).
Resources
; };
src\Framework\System\Windows\Style.cs (1)
342
get { return
Resources
; }