1 write to _sourceProperty
PresentationFramework (1)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (1)
179_sourceProperty = typeof(ResourceDictionary).GetProperty("Source");
2 references to _sourceProperty
PresentationFramework (2)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (2)
177if (_sourceProperty == null) 181return _sourceProperty;