1 write to fwdDictionary
PresentationCore (1)
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (1)
285fwdDictionary = new Dictionary<TKey, TValue>(keyComparer);
5 references to fwdDictionary
PresentationCore (5)
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (5)
291return fwdDictionary.TryGetValue(key, out value); 306return fwdDictionary.ContainsKey(key); 313return fwdDictionary[key]; 318fwdDictionary[key] = value; 332return fwdDictionary.GetEnumerator();