3 instantiations of WeakDictionary
PresentationFramework (3)
MS\Internal\Helper.cs (1)
864itemValueStorage = new WeakDictionary<object, List<KeyValuePair<int, object>>>();
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
614_hashtable = new WeakDictionary<object,T>();
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
108= new WeakDictionary<WinRTSpellerInterop, InstanceInfo>();
16 references to WeakDictionary
PresentationFramework (16)
MS\Internal\Helper.cs (8)
832WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage) 845WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = EnsureItemValueStorage(owner); 858internal static WeakDictionary<object, List<KeyValuePair<int, object>>> EnsureItemValueStorage(DependencyObject owner) 860WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = ItemValueStorageField.GetValue(owner); 1024private static void ClearItemValueStorageRecursive(WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage, int[] dpIndices) 1035ClearItemValueStorageRecursive((WeakDictionary<object, List<KeyValuePair<int, object>>>)itemValue.Value, dpIndices); 1519private static readonly UncommonField<WeakDictionary<object, List<KeyValuePair<int, object>>>> ItemValueStorageField = 1520new UncommonField<WeakDictionary<object, List<KeyValuePair<int, object>>>>();
MS\Internal\WeakDictionary.cs (6)
20public KeyCollection(WeakDictionary<KeyType, ValueType> dict) 25public WeakDictionary<KeyType, ValueType> Dict 107public ValueCollection(WeakDictionary<KeyType, ValueType> dict) 112public WeakDictionary<KeyType, ValueType> Dict 206_keys = new WeakDictionary<TKey, TValue>.KeyCollection<TKey, TValue>(this); 239_values = new WeakDictionary<TKey, TValue>.ValueCollection<TKey, TValue>(this);
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
731private WeakDictionary<object, T> _hashtable = null;
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
107private static WeakDictionary<WinRTSpellerInterop, InstanceInfo> _instanceInfos