3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1706_dictionary = dictionary; 1786_dictionary = null; 1817set { _dictionary = value; }
7 references to _dictionary
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1719if (_dictionary != null) 1721object value = _dictionary.GetValue(_key, out bool canCache); 1770if (_dictionary != null) 1774return _dictionary.GetValueType(_value, out bool _); 1785_dictionary?.RemoveDeferredResourceReference(this); 1816get { return _dictionary; } 1827get { return (_dictionary == null); }