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)
203get { return _key != null || (_newDictionaries != null && _newDictionaries.Count > 0); } 209get { return _key != null; } 234Debug.Assert(_oldDictionaries != null || _newDictionaries != null || _key != null, "Must have a dictionary or a key that has changed"); 236if (_key != null) 238if (Object.Equals(_key, key)) 273(_key is DataTemplateKey));