1 write to fwdDictionary
PresentationCore (1)
System\Windows\Media\SolidColorBrush.cs (1)
276fwdDictionary = new Dictionary<TKey, TValue>(keyComparer);
5 references to fwdDictionary
PresentationCore (5)
System\Windows\Media\SolidColorBrush.cs (5)
282return fwdDictionary.TryGetValue(key, out value); 297return fwdDictionary.ContainsKey(key); 304return fwdDictionary[key]; 309fwdDictionary[key] = value; 323return fwdDictionary.GetEnumerator();