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