3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1722_dictionary = dictionary; 1808_dictionary = null; 1843set { _dictionary = value; }
8 references to _dictionary
PresentationFramework (8)
System\Windows\SystemResources.cs (8)
1734if (_dictionary != null) 1737object value = _dictionary.GetValue(_keyOrValue, out canCache); 1789if (_dictionary != null) 1794return _dictionary.GetValueType(_keyOrValue, out found); 1805if (_dictionary != null) 1807_dictionary.DeferredResourceReferences.Remove(this); 1842get { return _dictionary; } 1859get { return (_dictionary == null); }