1 write to _dictionary
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
375_dictionary = dictionary;
5 references to _dictionary
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (5)
381if (_dictionary._finalized || _key == null) 396locked = Monitor.TryEnter(_dictionary._sync); 397_dictionary._internalDictionary.Remove(_key); 403Monitor.Exit(_dictionary._sync); 417else if (_dictionary._internalDictionary.ContainsKey(_key))