1 write to _dict
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
258
_dict
= new HybridDictionary(true);
20 references to _dict
PresentationFramework (20)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (20)
262
public bool IsEmpty { get { return (
_dict
.Count == 0); } }
305
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
311
_dict
[propertyName] = pr;
318
_dict
.Remove(AllListenersKey);
327
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
335
_dict
.Remove(propertyName);
339
_dict
.Remove(AllListenersKey);
352
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
354
PropertyRecord genericRecord = (PropertyRecord)
_dict
[String.Empty];
390
PropertyRecord pr = (PropertyRecord)
_dict
[AllListenersKey];
398
foreach (DictionaryEntry de in
_dict
)
408
foreach (DictionaryEntry de in
_dict
)
432
_dict
[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list);
457
ICollection ic =
_dict
.Keys;
467
PropertyRecord pr = (PropertyRecord)
_dict
[keys[i]];
477
_dict
.Remove(keys[i]);
492
IDictionaryEnumerator ide =
_dict
.GetEnumerator() as IDictionaryEnumerator;
519
_dict
.Remove(key);
541
_dict
.Remove(AllListenersKey);
556
foreach (DictionaryEntry de in
_dict
)