9 references to AllListenersKey
PresentationFramework (9)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (9)
321_dict.Remove(AllListenersKey); 342_dict.Remove(AllListenersKey); 393PropertyRecord pr = (PropertyRecord)_dict[AllListenersKey]; 403Debug.Assert((String)de.Key != AllListenersKey, "special key should not appear"); 435_dict[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list); 466if (keys[i] == AllListenersKey) 499if (key == AllListenersKey) 544_dict.Remove(AllListenersKey);