3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1706_dictionary = dictionary; 1805_dictionary = null; 1837set { _dictionary = value; }
9 references to _dictionary
PresentationFramework (9)
System\Windows\SystemResources.cs (9)
1718if (_dictionary != null) 1720object value = _dictionary.GetValue(_keyOrValue, out bool canCache); 1780if (_dictionary != null) 1784return _dictionary.GetValueType(_keyOrValue, out bool _); 1795if (_dictionary != null) 1799_dictionary.WeakDeferredResourceReferences.Remove(this); 1803_dictionary.DeferredResourceReferencesList.Remove(this); 1836get { return _dictionary; } 1853get { return (_dictionary == null); }