3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1706_dictionary = dictionary; 1788_dictionary = null; 1820set { _dictionary = value; }
8 references to _dictionary
PresentationFramework (8)
System\Windows\SystemResources.cs (8)
1719if (_dictionary != null) 1721object value = _dictionary.GetValue(_key, out bool canCache); 1770if (_dictionary != null) 1774return _dictionary.GetValueType(_value, out bool _); 1785if (_dictionary != null) 1787_dictionary.RemoveDeferredResourceReference(this); 1819get { return _dictionary; } 1830get { return (_dictionary == null); }