3 writes to _key
PresentationFramework (3)
System\Windows\ResourcesChangeInfo.cs (3)
36_key = key; 61_key = null; 79_key = null;
6 references to _key
PresentationFramework (6)
System\Windows\ResourcesChangeInfo.cs (6)
199get { return _key != null || (_newDictionaries != null && _newDictionaries.Count > 0); } 205get { return _key != null; } 230Debug.Assert(_oldDictionaries != null || _newDictionaries != null || _key != null, "Must have a dictionary or a key that has changed"); 232if (_key != null) 234if (Object.Equals(_key, key)) 269(_key is DataTemplateKey));