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