9 references to AllListenersKey
PresentationFramework (9)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (9)
317
_dict.Remove(
AllListenersKey
);
338
_dict.Remove(
AllListenersKey
);
389
PropertyRecord pr = (PropertyRecord)_dict[
AllListenersKey
];
399
Debug.Assert((String)de.Key !=
AllListenersKey
, "special key should not appear");
431
_dict[
AllListenersKey
] = new PropertyRecord(
AllListenersKey
, this, list);
462
if (keys[i] ==
AllListenersKey
)
495
if (key ==
AllListenersKey
)
540
_dict.Remove(
AllListenersKey
);