3 writes to _key
PresentationFramework (3)
System\Windows\ResourcesChangeInfo.cs (3)
32_key = key; 57_key = null; 75_key = null;
6 references to _key
PresentationFramework (6)
System\Windows\ResourcesChangeInfo.cs (6)
195get { return _key != null || (_newDictionaries != null && _newDictionaries.Count > 0); } 201get { return _key != null; } 226Debug.Assert(_oldDictionaries != null || _newDictionaries != null || _key != null, "Must have a dictionary or a key that has changed"); 228if (_key != null) 230if (Object.Equals(_key, key)) 265(_key is DataTemplateKey));