3 writes to _dictionary
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
1801_dictionary = dictionary; 1886_dictionary = null; 1921set { _dictionary = value; }
8 references to _dictionary
PresentationFramework (8)
src\Framework\System\Windows\SystemResources.cs (8)
1813if (_dictionary != null) 1816object value = _dictionary.GetValue(_keyOrValue, out canCache); 1867if (_dictionary != null) 1872return _dictionary.GetValueType(_keyOrValue, out found); 1883if (_dictionary != null) 1885_dictionary.DeferredResourceReferences.Remove(this); 1920get { return _dictionary; } 1937get { return (_dictionary == null); }