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