9 references to AllListenersKey
PresentationFramework (9)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (9)
318
_dict.Remove(
AllListenersKey
);
339
_dict.Remove(
AllListenersKey
);
390
PropertyRecord pr = (PropertyRecord)_dict[
AllListenersKey
];
400
Debug.Assert((String)de.Key !=
AllListenersKey
, "special key should not appear");
432
_dict[
AllListenersKey
] = new PropertyRecord(
AllListenersKey
, this, list);
463
if (keys[i] ==
AllListenersKey
)
496
if (key ==
AllListenersKey
)
541
_dict.Remove(
AllListenersKey
);