1 write to fwdDictionary
PresentationCore (1)
System\Windows\Media\SolidColorBrush.cs (1)
274fwdDictionary = new Dictionary<TKey, TValue>(keyComparer);
5 references to fwdDictionary
PresentationCore (5)
System\Windows\Media\SolidColorBrush.cs (5)
280return fwdDictionary.TryGetValue(key, out value); 295return fwdDictionary.ContainsKey(key); 302return fwdDictionary[key]; 307fwdDictionary[key] = value; 321return fwdDictionary.GetEnumerator();