9 references to AllListenersKey
PresentationFramework (9)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (9)
327
_dict.Remove(
AllListenersKey
);
348
_dict.Remove(
AllListenersKey
);
399
PropertyRecord pr = (PropertyRecord)_dict[
AllListenersKey
];
409
Debug.Assert((String)de.Key !=
AllListenersKey
, "special key should not appear");
441
_dict[
AllListenersKey
] = new PropertyRecord(
AllListenersKey
, this, list);
472
if (keys[i] ==
AllListenersKey
)
505
if (key ==
AllListenersKey
)
550
_dict.Remove(
AllListenersKey
);