1 write to fwdDictionary
PresentationCore (1)
System\Windows\Media\SolidColorBrush.cs (1)
251
fwdDictionary
= new Dictionary<TKey, TValue>(keyComparer);
5 references to fwdDictionary
PresentationCore (5)
System\Windows\Media\SolidColorBrush.cs (5)
257
return
fwdDictionary
.TryGetValue(key, out value);
272
return
fwdDictionary
.ContainsKey(key);
279
return
fwdDictionary
[key];
284
fwdDictionary
[key] = value;
298
return
fwdDictionary
.GetEnumerator();