8 references to AllListenersKey
WindowsBase (8)
Base\System\ComponentModel\PropertyChangedEventManager.cs (8)
155
if (keys[i] ==
AllListenersKey
)
214
if (key ==
AllListenersKey
)
309
dict.Remove(
AllListenersKey
);
440
dict.Remove(
AllListenersKey
); // invalidate list of all listeners
491
dict.Remove(
AllListenersKey
); // invalidate list of all listeners
556
list = (ListenerList)dict[
AllListenersKey
];
565
Debug.Assert((String)de.Key !=
AllListenersKey
, "special key should not appear");
616
dict[
AllListenersKey
] = list;