1 write to fwdDictionary
PresentationCore (1)
System\Windows\Media\SolidColorBrush.cs (1)
251fwdDictionary = new Dictionary<TKey, TValue>(keyComparer);
5 references to fwdDictionary
PresentationCore (5)
System\Windows\Media\SolidColorBrush.cs (5)
257return fwdDictionary.TryGetValue(key, out value); 272return fwdDictionary.ContainsKey(key); 279return fwdDictionary[key]; 284fwdDictionary[key] = value; 298return fwdDictionary.GetEnumerator();