3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1729_dictionary = dictionary; 1828_dictionary = null; 1863set { _dictionary = value; }
9 references to _dictionary
PresentationFramework (9)
System\Windows\SystemResources.cs (9)
1741if (_dictionary != null) 1743object value = _dictionary.GetValue(_keyOrValue, out bool canCache); 1803if (_dictionary != null) 1807return _dictionary.GetValueType(_keyOrValue, out bool _); 1818if (_dictionary != null) 1822_dictionary.WeakDeferredResourceReferences.Remove(this); 1826_dictionary.DeferredResourceReferencesList.Remove(this); 1862get { return _dictionary; } 1879get { return (_dictionary == null); }