1 write to fwdDictionary
PresentationCore (1)
System\Windows\Media\SolidColorBrush.cs (1)
252fwdDictionary = new Dictionary<TKey, TValue>(keyComparer);
5 references to fwdDictionary
PresentationCore (5)
System\Windows\Media\SolidColorBrush.cs (5)
258return fwdDictionary.TryGetValue(key, out value); 273return fwdDictionary.ContainsKey(key); 280return fwdDictionary[key]; 285fwdDictionary[key] = value; 299return fwdDictionary.GetEnumerator();