3 instantiations of WeakDictionary
PresentationFramework (3)
MS\Internal\Helper.cs (1)
871itemValueStorage = new WeakDictionary<object, List<KeyValuePair<int, object>>>();
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
626_hashtable = new WeakDictionary<object,T>();
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
109= new WeakDictionary<WinRTSpellerInterop, InstanceInfo>();
16 references to WeakDictionary
PresentationFramework (16)
MS\Internal\Helper.cs (8)
836WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage) 852WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = EnsureItemValueStorage(owner); 865internal static WeakDictionary<object, List<KeyValuePair<int, object>>> EnsureItemValueStorage(DependencyObject owner) 867WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = ItemValueStorageField.GetValue(owner); 1031private static void ClearItemValueStorageRecursive(WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage, int[] dpIndices) 1042ClearItemValueStorageRecursive((WeakDictionary<object, List<KeyValuePair<int, object>>>)itemValue.Value, dpIndices); 1526private static readonly UncommonField<WeakDictionary<object, List<KeyValuePair<int, object>>>> ItemValueStorageField = 1527new UncommonField<WeakDictionary<object, List<KeyValuePair<int, object>>>>();
MS\Internal\WeakDictionary.cs (6)
21public KeyCollection(WeakDictionary<KeyType, ValueType> dict) 26public WeakDictionary<KeyType, ValueType> Dict 108public ValueCollection(WeakDictionary<KeyType, ValueType> dict) 113public WeakDictionary<KeyType, ValueType> Dict 207_keys = new WeakDictionary<TKey, TValue>.KeyCollection<TKey, TValue>(this); 240_values = new WeakDictionary<TKey, TValue>.ValueCollection<TKey, TValue>(this);
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
743private WeakDictionary<object, T> _hashtable = null;
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
108private static WeakDictionary<WinRTSpellerInterop, InstanceInfo> _instanceInfos