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