1 write to _sourceProperty
PresentationFramework (1)
System\Windows\ThemeDictionaryExtension.cs (1)
168
_sourceProperty
= typeof(ResourceDictionary).GetProperty("Source");
2 references to _sourceProperty
PresentationFramework (2)
System\Windows\ThemeDictionaryExtension.cs (2)
166
if (
_sourceProperty
== null)
170
return
_sourceProperty
;