1 write to _dict
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
257
_dict
= new HybridDictionary(true);
20 references to _dict
PresentationFramework (20)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (20)
261
public bool IsEmpty { get { return (
_dict
.Count == 0); } }
304
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
310
_dict
[propertyName] = pr;
317
_dict
.Remove(AllListenersKey);
326
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
334
_dict
.Remove(propertyName);
338
_dict
.Remove(AllListenersKey);
351
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
353
PropertyRecord genericRecord = (PropertyRecord)
_dict
[String.Empty];
389
PropertyRecord pr = (PropertyRecord)
_dict
[AllListenersKey];
397
foreach (DictionaryEntry de in
_dict
)
407
foreach (DictionaryEntry de in
_dict
)
431
_dict
[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list);
456
ICollection ic =
_dict
.Keys;
466
PropertyRecord pr = (PropertyRecord)
_dict
[keys[i]];
476
_dict
.Remove(keys[i]);
491
IDictionaryEnumerator ide =
_dict
.GetEnumerator() as IDictionaryEnumerator;
518
_dict
.Remove(key);
540
_dict
.Remove(AllListenersKey);
555
foreach (DictionaryEntry de in
_dict
)