3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1705_dictionary = dictionary; 1804_dictionary = null; 1836set { _dictionary = value; }
9 references to _dictionary
PresentationFramework (9)
System\Windows\SystemResources.cs (9)
1717if (_dictionary != null) 1719object value = _dictionary.GetValue(_keyOrValue, out bool canCache); 1779if (_dictionary != null) 1783return _dictionary.GetValueType(_keyOrValue, out bool _); 1794if (_dictionary != null) 1798_dictionary.WeakDeferredResourceReferences.Remove(this); 1802_dictionary.DeferredResourceReferencesList.Remove(this); 1835get { return _dictionary; } 1852get { return (_dictionary == null); }