1 write to DictionaryReference
PresentationFramework (1)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (1)
229
info.
DictionaryReference
= new WeakReference(dictionary);
6 references to DictionaryReference
PresentationFramework (6)
src\Framework\System\Windows\ThemeDictionaryExtension.cs (6)
140
if (!info.
DictionaryReference
.IsAlive)
147
if ((ResourceDictionary)info.
DictionaryReference
.Target == dictionary)
212
if (!info.
DictionaryReference
.IsAlive)
220
if (info.
DictionaryReference
.Target == dictionary)
246
if (!info.
DictionaryReference
.IsAlive)
255
ResourceDictionary dictionary = (ResourceDictionary)info.
DictionaryReference
.Target;